- XercesDOMAdapter - Class in org.jdom.adapters
-
An adapter for the Apache Xerces DOM parser.
- XercesDOMAdapter() - Constructor for class org.jdom.adapters.XercesDOMAdapter
-
- XML4JDOMAdapter - Class in org.jdom.adapters
-
An adapter for the IBM XML4J DOM parser.
- XML4JDOMAdapter() - Constructor for class org.jdom.adapters.XML4JDOMAdapter
-
- XML_NAMESPACE - Static variable in class org.jdom.Namespace
-
Define a Namespace
for the standard xml prefix.
- XMLOutputter - Class in org.jdom.output
-
Outputs a JDOM document as a stream of bytes.
- XMLOutputter() - Constructor for class org.jdom.output.XMLOutputter
-
- XMLOutputter(Format) - Constructor for class org.jdom.output.XMLOutputter
-
This will create an XMLOutputter
with the specified
format characteristics.
- XMLOutputter(XMLOutputter) - Constructor for class org.jdom.output.XMLOutputter
-
This will create an XMLOutputter
with all the
options as set in the given XMLOutputter
.
- XMLOutputter.NamespaceStack - Class in org.jdom.output
-
Our own null subclass of NamespaceStack.
- XMLOutputter.NamespaceStack() - Constructor for class org.jdom.output.XMLOutputter.NamespaceStack
-
- XPath - Class in org.jdom.xpath
-
A utility class for performing XPath calls on JDOM nodes, with a factory
interface for obtaining a first XPath instance.
- XPath() - Constructor for class org.jdom.xpath.XPath
-
- XSLTransformer - Class in org.jdom.transform
-
A convenience class to handle simple transformations.
- XSLTransformer(String) - Constructor for class org.jdom.transform.XSLTransformer
-
Creates a transformer for a given stylesheet system id.
- XSLTransformer(InputStream) - Constructor for class org.jdom.transform.XSLTransformer
-
This will create a new XSLTransformer
by
reading the stylesheet from the specified
InputStream
.
- XSLTransformer(Reader) - Constructor for class org.jdom.transform.XSLTransformer
-
This will create a new XSLTransformer
by
reading the stylesheet from the specified
Reader
.
- XSLTransformer(File) - Constructor for class org.jdom.transform.XSLTransformer
-
This will create a new XSLTransformer
by
reading the stylesheet from the specified
File
.
- XSLTransformer(Document) - Constructor for class org.jdom.transform.XSLTransformer
-
This will create a new XSLTransformer
by
reading the stylesheet from the specified
Document
.
- XSLTransformException - Exception in org.jdom.transform
-
Thrown when an XSL stylesheet fails to compile or an XSL transform fails
- XSLTransformException() - Constructor for exception org.jdom.transform.XSLTransformException
-
- XSLTransformException(String) - Constructor for exception org.jdom.transform.XSLTransformException
-
- XSLTransformException(String, Exception) - Constructor for exception org.jdom.transform.XSLTransformException
-