org.apache.xml.dtm.ref.sax2dtm |
|
Java Source File Name | Type | Comment |
SAX2DTM.java | Class | This class implements a DTM that tends to be optimized more for speed than
for compactness, that is constructed via SAX2 ContentHandler events. |
SAX2DTM2.java | Class | SAX2DTM2 is an optimized version of SAX2DTM which is used in non-incremental situation.
It is used as the super class of the XSLTC SAXImpl. |
SAX2RTFDTM.java | Class | This is a subclass of SAX2DTM which has been modified to meet the needs of
Result Tree Frameworks (RTFs). |