A B C D E F G H I J L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
J
- 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
- JDOM_FEATURE - Static variable in class org.jdom2.transform.JDOMResult
-
If
TransformerFactory.getFeature(java.lang.String)
returnstrue
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)
returnstrue
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.
- JDOM2_FEATURE_JDOMRESULT - Static variable in class org.jdom2.JDOMConstants
-
Constant used to define the
JDOMResult
withTransformerFactory
. - 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 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 anotherException
. - 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. - 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 theException
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 theException
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.
- JDOMXPath - Class in org.jdom2.xpath.jaxen
-
Deprecated.replaced by compiled version.
- JDOMXPath(String) - Constructor for class org.jdom2.xpath.jaxen.JDOMXPath
-
Deprecated.Creates a new XPath wrapper object, compiling the specified XPath expression.
All Classes All Packages