- JaxenXPathFactory - Class in org.jdom2.xpath.jaxen
-
This simple Factory creates XPath instances tailored to the Jaxen library.
- JaxenXPathFactory() - Constructor for class org.jdom2.xpath.jaxen.JaxenXPathFactory
-
The public default constructor used by the XPathFactory.
- JAXPDOMAdapter - Class in org.jdom2.adapters
-
A DOMAdapter that uses JAXP to obtain a org.w3c.dom.Document instance.
- JAXPDOMAdapter() - Constructor for class org.jdom2.adapters.JAXPDOMAdapter
-
- JDOM2_FEATURE_JDOMRESULT - Static variable in class org.jdom2.JDOMConstants
-
Constant used to define the
JDOMResult
with
TransformerFactory
.
- JDOM2_FEATURE_JDOMSOURCE - Static variable in class org.jdom2.JDOMConstants
-
- JDOM2_PROPERTY_LINE_SEPARATOR - Static variable in class org.jdom2.JDOMConstants
-
System Property queried to obtain an alternate default Line Separator.
- JDOM2_PROPERTY_XPATH_FACTORY - Static variable in class org.jdom2.JDOMConstants
-
System Property queried to obtain an alternate default XPathFactory.
- JDOM_FEATURE - Static variable in class org.jdom2.transform.JDOMResult
-
If TransformerFactory.getFeature(java.lang.String)
returns true
when passed this value as an
argument, the Transformer natively supports JDOM.
- JDOM_FEATURE - Static variable in class org.jdom2.transform.JDOMSource
-
If TransformerFactory.getFeature(java.lang.String)
returns true
when passed this value as an
argument, the Transformer natively supports JDOM.
- JDOM_OBJECT_MODEL_URI - Static variable in class org.jdom2.xpath.XPath
-
Deprecated.
The string passable to the JAXP 1.3 XPathFactory isObjectModelSupported()
method to query an XPath engine regarding its support for JDOM.
- JDOMConstants - Class in org.jdom2
-
A collection of constants that may be useful to JDOM users.
- JDOMException - Exception in org.jdom2
-
The top level 'checked' exception that JDOM classes can throw.
- JDOMException() - Constructor for exception org.jdom2.JDOMException
-
This will create an Exception
.
- JDOMException(String) - Constructor for exception org.jdom2.JDOMException
-
This will create an Exception
with the given message.
- JDOMException(String, Throwable) - Constructor for exception org.jdom2.JDOMException
-
This will create an Exception
with the given message
and wrap another Exception
.
- JDOMFactory - Interface in org.jdom2
-
An interface to be used by builders when constructing JDOM objects.
- JDOMLocator - Interface in org.jdom2.output
-
An implementation of the SAX Locator
interface that
exposes the JDOM node being processed by SAXOutputter.
- JDOMNamespaceContext - Class in org.jdom2.util
-
A Read-Only NamespaceContext
that describes namespaces found
in a JDOM node.
- JDOMNamespaceContext(Namespace[]) - Constructor for class org.jdom2.util.JDOMNamespaceContext
-
Create a read-only representation of the input namespace list.
- JDOMParseException - Exception in org.jdom2.input
-
Thrown during parse errors, with information about where the parse error
occurred as well as access to the partially built document.
- JDOMParseException(String, Throwable) - Constructor for exception org.jdom2.input.JDOMParseException
-
This will create a parse Exception
with the given
message and wrap the Exception
that cause a document
parse to fail.
- JDOMParseException(String, Throwable, Document) - Constructor for exception org.jdom2.input.JDOMParseException
-
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.
- JDOMResult - Class in org.jdom2.transform
-
A holder for an XSL Transformation result, generally a list of nodes
although it can be a JDOM Document also.
- JDOMResult() - Constructor for class org.jdom2.transform.JDOMResult
-
Public default constructor.
- JDOMSource - Class in org.jdom2.transform
-
A holder for an XML Transformation source: a Document, Element, or list of
nodes.
- JDOMSource(Document) - Constructor for class org.jdom2.transform.JDOMSource
-
Creates a JDOM TrAX source wrapping a JDOM document.
- JDOMSource(List<? extends Content>) - Constructor for class org.jdom2.transform.JDOMSource
-
Creates a JDOM TrAX source wrapping a list of JDOM nodes.
- JDOMSource(Element) - Constructor for class org.jdom2.transform.JDOMSource
-
Creates a JDOM TrAX source wrapping a JDOM element.
- JDOMSource(Document, EntityResolver) - Constructor for class org.jdom2.transform.JDOMSource
-
Creates a JDOM TrAX source wrapping a JDOM element with an
associated EntityResolver to resolve external entities.
- JDOMXPath - Class in org.jdom2.xpath.jaxen
-
- JDOMXPath(String) - Constructor for class org.jdom2.xpath.jaxen.JDOMXPath
-
Deprecated.
Creates a new XPath wrapper object, compiling the specified XPath
expression.