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

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java19 * $Id: SAX2DTM2.java 468653 2006-10-28 07:07:05Z minchau $
39 * SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.
41 * and DTMDefaultBase are overridden in SAX2DTM2 in order to allow fast, efficient
43 * are also overridden in SAX2DTM2 for performance reasons.
45 * Performance is the biggest consideration in the design of SAX2DTM2. To make the code most
46 * efficient, the incremental support is dropped in SAX2DTM2, which means that you should not
48 * a few core interfaces in SAX2DTM2 have direct access to the internal arrays of the
51 * The design of SAX2DTM2 may limit its extensibilty. If you have a reason to extend the
56 * boost if we use SAX2DTM2 instead of SAX2DTM in non-incremental case.
61 public class SAX2DTM2 extend class in inherits:SAX2DTM
1845 public SAX2DTM2(DTMManager mgr, Source source, int dtmIdentity, method in class:SAX2DTM2
1858 public SAX2DTM2(DTMManager mgr, Source source, int dtmIdentity, method in class:SAX2DTM2
[all...]

Completed in 58 milliseconds