Alphabetical Index: X

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

X

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

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