An adapter for any parser supporting the Sun JAXP APIs.
If javax.xml.transform.TransformerFactory.getFeature
returns true
when passed this value as an
argument, the Transformer natively supports JDOM.
If javax.xml.transform.TransformerFactory.getFeature
returns true
when passed this value as an
argument, the Transformer natively supports JDOM.
The string passable to the JAXP 1.3 XPathFactory isObjectModelSupported()
method to query an XPath engine regarding its support for JDOM.
The top level exception that JDOM classes can throw.
This will create an Exception
.
This will create an Exception
with the given message.
This will create an Exception
with the given message
and wrap another Exception
.
An interface to be used by builders when constructing JDOM objects.
An implementation of the SAX Locator
interface that
exposes the JDOM node being processed by SAXOutputter.
Thrown during parse errors, with information about where the parse error
occurred as well as access to the partially built document.
This will create a parse Exception
with the given
message and wrap the Exception
that cause a document
parse to fail.
This will create a parse Exception
with the given
message and the partial document and wrap the
Exception
that cause a document parse to fail.
A holder for an XSL Transformation result, generally a list of nodes
although it can be a JDOM Document also.
Public default constructor.
A holder for an XML Transformation source: a Document, Element, or list of
nodes.
Creates a JDOM TrAX source wrapping a list of JDOM nodes.
Creates a JDOM TrAX source wrapping a JDOM document.
Creates a JDOM TrAX source wrapping a JDOM element with an
associated EntityResolver to resolve external entities.
Creates a JDOM TrAX source wrapping a JDOM element.