HomeSort by relevance Sort by last modified time
    Searched defs:sax2dtm (Results 1 - 5 of 5) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 21 package org.apache.xml.dtm.ref.sax2dtm;
36 * 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
SAX2DTM.java 19 * $Id: SAX2DTM.java 468653 2006-10-28 07:07:05Z minchau $
21 package org.apache.xml.dtm.ref.sax2dtm;
48 public class SAX2DTM extends DTMDefaultBaseIterators
207 * Construct a SAX2DTM object using the default block size.
218 public SAX2DTM(DTMManager mgr, Source source, int dtmIdentity,
229 * Construct a SAX2DTM object ready to be constructed from SAX2
244 public SAX2DTM(DTMManager mgr, Source source, int dtmIdentity,
    [all...]
SAX2DTM2.java 21 package org.apache.xml.dtm.ref.sax2dtm;
39 * 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
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 34 import org.apache.xml.dtm.ref.sax2dtm.SAX2DTM;
129 if(m_dtm instanceof SAX2DTM)
135 SAX2DTM sax2dtm = ((SAX2DTM)m_dtm); local
145 sax2dtm.clearCoRoutine(true);
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 135 milliseconds