Alphabetical Index: J

A B C D E F G H I J M N O P R S T U V W X

J

JAXPDOMAdapter - class org.jdom.adapters.JAXPDOMAdapter
An adapter for any parser supporting the Sun JAXP APIs.
JDOM_FEATURE - static field in class org.jdom.transform.JDOMResult
If TransformerFactory.getFeature returns true when passed this value as an argument, the Transformer natively supports JDOM.
JDOM_FEATURE - static field in class org.jdom.transform.JDOMSource
If TransformerFactory.getFeature returns true when passed this value as an argument, the Transformer natively supports JDOM.
JDOMException - class org.jdom.JDOMException
The top level exception that JDOM classes can throw.
JDOMException() - constructor for class org.jdom.JDOMException
This will create an Exception.
JDOMException(String) - constructor for class org.jdom.JDOMException
This will create an Exception with the given message.
JDOMException(String,Throwable) - constructor for class org.jdom.JDOMException
This will create an Exception with the given message and wrap another Exception.
JDOMFactory - interface org.jdom.JDOMFactory
An interface to be used by builders when constructing JDOM objects.
JDOMLocator - class org.jdom.output.JDOMLocator
An implementation of the SAX Locator interface that exposes the JDOM node being processed by SAXOutputter.
JDOMParseException - class org.jdom.input.JDOMParseException
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 class org.jdom.input.JDOMParseException
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.
JDOMResult - class org.jdom.transform.JDOMResult
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.jdom.transform.JDOMResult
Public default constructor.
JDOMSource - class org.jdom.transform.JDOMSource
A holder for an XML Transformation source: a Document, Element, or list of nodes.
JDOMSource(List) - constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TrAX source wrapping a list of JDOM nodes.
JDOMSource(org.jdom.Document) - constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TrAX source wrapping a JDOM document.
JDOMSource(org.jdom.Element) - constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TrAX source wrapping a JDOM element.

Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.