org.apache.xml.dtm |
|
Java Source File Name | Type | Comment |
Axis.java | Class | Specifies values related to XPath Axes. |
DTM.java | Interface | DTM is an XML document model expressed as a table
rather than an object tree. |
DTMAxisIterator.java | Interface | This class iterates over a single XPath Axis, and returns node handles. |
DTMAxisTraverser.java | Class | A class that implements traverses DTMAxisTraverser interface can traverse
a set of nodes, usually as defined by an XPath axis. |
DTMConfigurationException.java | Class | Indicates a serious configuration error. |
DTMDOMException.java | Class | Simple implementation of DOMException. |
DTMException.java | Class | This class specifies an exceptional condition that occured
in the DTM module. |
DTMFilter.java | Interface | Simple filter for doing node tests. |
DTMIterator.java | Interface | DTMIterators are used to step through a (possibly
filtered) set of nodes. |
DTMManager.java | Class | A DTMManager instance can be used to create DTM and
DTMIterator objects, and manage the DTM objects in the system.
The system property that determines which Factory implementation
to create is named "org.apache.xml.utils.DTMFactory". |
DTMWSFilter.java | Interface | This interface is meant to be implemented by a client of the DTM, and allows
stripping of whitespace nodes. |
ObjectFactory.java | Class | This class is duplicated for each JAXP subpackage so keep it in sync.
It is package private and therefore is not exposed as part of the JAXP
API.
This code is designed to implement the JAXP 1.1 spec pluggability
feature and is designed to run on JDK version 1.1 and
later, and to compile on JDK 1.2 and onward. |
SecuritySupport.java | Class | This class is duplicated for each Xalan-Java subpackage so keep it in sync. |
SecuritySupport12.java | Class | This class is duplicated for each Xalan-Java subpackage so keep it in sync. |