net.sf.saxon.jdom |
|
Java Source File Name | Type | Comment |
DocumentWrapper.java | Class | The root node of an XPath tree. |
JDOMObjectModel.java | Class | This interface must be implemented by any third-party object model that can
be wrapped with a wrapper that implements the Saxon Object Model (the NodeInfo interface). |
JDOMQuery.java | Class | Variant of command line net.sf.saxon.Transform do build the source document
in JDOM and then proceed with the transformation. |
JDOMTransform.java | Class | Variant of command line net.sf.saxon.Transform do build the source document
in JDOM and then proceed with the transformation. |
NodeWrapper.java | Class | A node in the XML parse tree representing an XML element, character content, or attribute.
This is the implementation of the NodeInfo interface used as a wrapper for JDOM nodes.
author: Michael H. |