Class Summary |
Attribute |
A class representing an Attribute node |
Comment |
A class representing a Comment node |
Element |
A representation of an Element node |
Location |
A class for storing location information |
Namespace |
A class representing a Namespace node |
ProcessingInstruction |
A class representing a Processing Instruction |
Root |
A representation of a Root node |
Text |
A class representing a Text node |
XPNBuilder |
A ResultHandler implementation that builds a XPathNode tree |
XPNReader |
A Utility class to read an XPathNode, using the org.exolab.adaptx.xslt.dom
package as the implementation of XPathNode. |
XPNWriter |
A basic utility class to write an XPathNode, using the
org.exolab.adaptx.xslt.dom package as the implementation of
XPathNode. |