Uses of Class
org.apache.xml.dtm.ref.DTMDefaultBaseIterators

Packages that use DTMDefaultBaseIterators
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. 
org.apache.xml.dtm.ref.dom2dtm   
org.apache.xml.dtm.ref.sax2dtm   
 

Uses of DTMDefaultBaseIterators in org.apache.xalan.lib.sql
 

Subclasses of DTMDefaultBaseIterators in org.apache.xalan.lib.sql
 class DTMDocument
          The SQL Document is the main controlling class the executesa SQL Query
 class SQLDocument
          The SQL Document is the main controlling class the executesa SQL Query
 class SQLErrorDocument
          The SQL Document is the main controlling class the executesa SQL Query
 

Uses of DTMDefaultBaseIterators in org.apache.xml.dtm.ref.dom2dtm
 

Subclasses of DTMDefaultBaseIterators in org.apache.xml.dtm.ref.dom2dtm
 class DOM2DTM
          The DOM2DTM class serves up a DOM's contents via the DTM API.
 

Uses of DTMDefaultBaseIterators in org.apache.xml.dtm.ref.sax2dtm
 

Subclasses of DTMDefaultBaseIterators in org.apache.xml.dtm.ref.sax2dtm
 class SAX2DTM
          This class implements a DTM that tends to be optimized more for speed than for compactness, that is constructed via SAX2 ContentHandler events.
 class SAX2RTFDTM
          This is a subclass of SAX2DTM which has been modified to meet the needs of Result Tree Frameworks (RTFs).
 



Copyright © 2002 Apache XML Project. All Rights Reserved.