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.
JAXPDOMAdapater.
JAXPDOMAdapter() - Constructor for class org.jdom.adapters.JAXPDOMAdapter
 
JDOM_FEATURE - Static variable in class org.jdom.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.jdom.transform.JDOMSource
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer natively supports JDOM.
JDOMException - exception org.jdom.JDOMException.
JDOMException.
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.input.JDOMFactory.
JDOMFactory is an interface to be used by builders in 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 - exception org.jdom.input.JDOMParseException.
JDOMParseException.
JDOMParseException(String, Document, Throwable) - Constructor for class org.jdom.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.
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.
JDOMResult - class org.jdom.transform.JDOMResult.
Acts as a holder for a transformation result tree, in the form of a JDOM Document.
JDOMResult() - Constructor for class org.jdom.transform.JDOMResult
Public default constructor.
JDOMSource - class org.jdom.transform.JDOMSource.
Acts as an holder for JDOM document sources.
JDOMSource(Document) - Constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TRaX source wrapping a JDOM document.
JDOMSource(Element) - Constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TRaX source wrapping a JDOM element.
JDOMSource(List) - Constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TRaX source wrapping a list of JDOM nodes.

A B C D E F G H I J M N O P R S T U V W X
Copyright ? 2003 Jason Hunter, Brett McLaughlin. All Rights Reserved.