Index

A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

J

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
 
JAXP Factories - Search tag in package org.jdom2.input.sax
Section
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.
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
Constant used to define the JDOMSource with JAXP.
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.
JDOMConstants - Class in org.jdom2
A collection of constants that may be useful to JDOM users.
JDOMException - Exception Class in org.jdom2
The top level 'checked' exception that JDOM classes can throw.
JDOMException() - Constructor for exception class org.jdom2.JDOMException
This will create an Exception.
JDOMException(String) - Constructor for exception class org.jdom2.JDOMException
This will create an Exception with the given message.
JDOMException(String, Throwable) - Constructor for exception class 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.
JDOM helper classes - Search tag in package org.jdom2
Section
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 Class 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 class 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 class 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(List<? extends Content>) - Constructor for class org.jdom2.transform.JDOMSource
Creates a JDOM TrAX source wrapping a list of JDOM nodes.
JDOMSource(Document) - Constructor for class org.jdom2.transform.JDOMSource
Creates a JDOM TrAX source wrapping a JDOM document.
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.
JDOMSource(Element) - Constructor for class org.jdom2.transform.JDOMSource
Creates a JDOM TrAX source wrapping a JDOM element.
A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form