Searched refs:SAX2DTM (Results 1 - 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java37 import org.apache.xml.dtm.ref.sax2dtm.SAX2DTM;
274 SAX2DTM dtm;
317 // Create the basic SAX2DTM.
319 dtm = new SAX2DTM(this, source, documentID, whiteSpaceFilter,
723 if (dtm instanceof SAX2DTM)
725 ((SAX2DTM) dtm).clearCoRoutine();
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java34 import org.apache.xml.dtm.ref.sax2dtm.SAX2DTM;
129 if(m_dtm instanceof SAX2DTM)
135 SAX2DTM sax2dtm = ((SAX2DTM)m_dtm);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2RTFDTM.java36 * This is a subclass of SAX2DTM which has been modified to meet the needs of
50 * internals of the SAX2DTM superclass, and must be maintained in
60 * SAX2DTM. Consider that as a future code-size optimization.
62 public class SAX2RTFDTM extends SAX2DTM
216 * into the main SAX2DTM so we don't have to expose so many fields
240 * into the main SAX2DTM so we don't have to expose so many fields
293 // Values from SAX2DTM
347 // Values from SAX2DTM - m_data always has a reserved entry
H A DSAX2DTM.java19 * $Id: SAX2DTM.java 468653 2006-10-28 07:07:05Z minchau $
48 public class SAX2DTM extends DTMDefaultBaseIterators class in inherits:DTMDefaultBaseIterators,EntityResolver,DTDHandler,ContentHandler,ErrorHandler,DeclHandler,LexicalHandler
207 * Construct a SAX2DTM object using the default block size.
218 public SAX2DTM(DTMManager mgr, Source source, int dtmIdentity, method in class:SAX2DTM
229 * Construct a SAX2DTM object ready to be constructed from SAX2
244 public SAX2DTM(DTMManager mgr, Source source, int dtmIdentity, method in class:SAX2DTM
H A DSAX2DTM2.java39 * SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.
40 * It is used as the super class of the XSLTC SAXImpl. Many of the interfaces in SAX2DTM
52 * SAX2DTM model, please extend from SAX2DTM instead of this class.
56 * boost if we use SAX2DTM2 instead of SAX2DTM in non-incremental case.
61 public class SAX2DTM2 extends SAX2DTM
2060 * Override SAX2DTM.startElement()
2442 * %OPT% This one is different from SAX2DTM.processingInstruction()
2628 * Override SAX2DTM.getLocalName() in SAX2DTM2.
2652 * The optimized version of SAX2DTM
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DTransformerFactoryImpl.java54 import org.apache.xml.dtm.ref.sax2dtm.SAX2DTM;
555 // This gets used during SAX2DTM instantiation.

Completed in 89 milliseconds