JAXPDOMAdapater
This class defines wrapper behavior for obtaining a DOM
Document
object using the 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.
JDOMException
This
Exception
subclass is 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
.
JDOMFactory
is an interface to be used by builders
in constructing JDOM objects.
Acts as a holder for a transformation result tree, in the form
of a JDOM Document.
Default empty constructor.
Acts as an holder for JDOM document sources.
Creates a JDOM TRaX source wrapping a JDOM document.