Searched refs:SAX2DTM2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java21 * $Id: SAX2DTM2.java,v 1.2.4.1 2005/09/15 08:15:12 suresh_emailid Exp $
41 * SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.
43 * and DTMDefaultBase are overridden in SAX2DTM2 in order to allow fast, efficient
45 * are also overridden in SAX2DTM2 for performance reasons.
47 * Performance is the biggest consideration in the design of SAX2DTM2. To make the code most
48 * efficient, the incremental support is dropped in SAX2DTM2, which means that you should not
50 * a few core interfaces in SAX2DTM2 have direct access to the internal arrays of the
53 * The design of SAX2DTM2 may limit its extensibilty. If you have a reason to extend the
58 * boost if we use SAX2DTM2 instead of SAX2DTM in non-incremental case.
63 public class SAX2DTM2 extend class in inherits:SAX2DTM
1847 public SAX2DTM2(DTMManager mgr, Source source, int dtmIdentity, method in class:SAX2DTM2
1860 public SAX2DTM2(DTMManager mgr, Source source, int dtmIdentity, method in class:SAX2DTM2
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java48 import com.sun.org.apache.xml.internal.dtm.ref.sax2dtm.SAX2DTM2;
74 * <p>SAXImpl extends SAX2DTM2 instead of SAX2DTM for better performance.
80 public final class SAXImpl extends SAX2DTM2

Completed in 51 milliseconds