Uses of Class
org.apache.xml.dtm.ref.DTMDefaultBase
Packages that use DTMDefaultBase
Package
Description
Provides extension functions for connecting to a JDBC data source, executing a query,
and working incrementally through a "streamable" result set.
-
Uses of DTMDefaultBase in org.apache.xalan.lib.sql
Subclasses of DTMDefaultBase in org.apache.xalan.lib.sqlModifier and TypeClassDescriptionclass
The SQL Document is the main controlling class the executesa SQL Queryclass
The SQL Document is the main controlling class the executesa SQL Queryclass
The SQL Document is the main controlling class the executesa SQL Query -
Uses of DTMDefaultBase in org.apache.xalan.xsltc.dom
Subclasses of DTMDefaultBase in org.apache.xalan.xsltc.domModifier and TypeClassDescriptionfinal class
SAXImpl is the core model for SAX input source. -
Uses of DTMDefaultBase in org.apache.xml.dtm.ref
Subclasses of DTMDefaultBase in org.apache.xml.dtm.refModifier and TypeClassDescriptionclass
This class implements the traversers for DTMDefaultBase.class
This class implements the traversers for DTMDefaultBase. -
Uses of DTMDefaultBase in org.apache.xml.dtm.ref.dom2dtm
Subclasses of DTMDefaultBase in org.apache.xml.dtm.ref.dom2dtmModifier and TypeClassDescriptionclass
TheDOM2DTM
class serves up a DOM's contents via the DTM API. -
Uses of DTMDefaultBase in org.apache.xml.dtm.ref.sax2dtm
Subclasses of DTMDefaultBase in org.apache.xml.dtm.ref.sax2dtmModifier and TypeClassDescriptionclass
This class implements a DTM that tends to be optimized more for speed than for compactness, that is constructed via SAX2 ContentHandler events.class
SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.class
This is a subclass of SAX2DTM which has been modified to meet the needs of Result Tree Frameworks (RTFs).