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
JAXPDOMAdapater

This class defines wrapper behavior for obtaining a DOM Document object using the JAXP APIs.

JDOM_FEATURE - static field in class org.jdom.transform.JDOMResult
If javax.xml.transform.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 javax.xml.transform.TransformerFactory.getFeature returns true when passed this value as an argument, the Transformer natively supports JDOM.
JDOMException - class org.jdom.JDOMException
JDOMException

This Exception subclass is 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.input.JDOMFactory
JDOMFactory is an interface to be used by builders in constructing JDOM objects.
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
Default empty constructor.
JDOMSource - class org.jdom.transform.JDOMSource
Acts as an holder for JDOM document sources.
JDOMSource(org.jdom.Document) - constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TRaX source wrapping a JDOM document.

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