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.
XercesDOMAdapater
XercesDOMAdapter() - Constructor for class org.jdom.adapters.XercesDOMAdapter
 
XML_NAMESPACE - Static variable in class org.jdom.Namespace
 
XML4JDOMAdapter - class org.jdom.adapters.XML4JDOMAdapter.
XML4JDOMAdapter
XML4JDOMAdapter() - Constructor for class org.jdom.adapters.XML4JDOMAdapter
 
XMLOutputter - class org.jdom.output.XMLOutputter.
XMLOutputter takes a JDOM tree and formats it to a stream as XML.
XMLOutputter.NamespaceStack - class org.jdom.output.XMLOutputter.NamespaceStack.
Our own null subclass of NamespaceStack.
XMLOutputter.NamespaceStack(XMLOutputter) - Constructor for class org.jdom.output.XMLOutputter.NamespaceStack
 
XMLOutputter() - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with no additional whitespace (indent or newlines) added; the whitespace from the element text content is fully preserved.
XMLOutputter(String) - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with the given indent added but no new lines added; all whitespace from the element text content is included as well.
XMLOutputter(String, boolean) - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with the given indent that prints newlines only if newlines is true; all whitespace from the element text content is included as well.
XMLOutputter(String, boolean, String) - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with the given indent and new lines printing only if newlines is true, and encoding format encoding.
XMLOutputter(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 JDOM-oriented wrapper around XPath engines.
XPath(String) - Constructor for class org.jdom.xpath.XPath
Creates a new XPath wrapper object, compiling the specified XPath expression.
XSLException - exception org.jdom.transform.XSLException.
XSLException is thrown when an XSL stylesheet fails to compile or an XSL transform fails
XSLException() - Constructor for class org.jdom.transform.XSLException
This will create an Exception indicating that ????.
XSLException(String) - Constructor for class org.jdom.transform.XSLException
This will create an Exception indicating that ????.
XSLException(String, Exception) - Constructor for class org.jdom.transform.XSLException
This will create an Exception indicating that ????.
XSLTransform - class org.jdom.transform.XSLTransform.
This class serves as an interface to a TrAX aware XSLT processor such as Xalan or Saxon.
XSLTransform(Document) - Constructor for class org.jdom.transform.XSLTransform
This will create a new XSLTransform by reading the stylesheet from the specified Document.
XSLTransform(File) - Constructor for class org.jdom.transform.XSLTransform
This will create a new XSLTransform by reading the stylesheet from the specified File.
XSLTransform(InputStream) - Constructor for class org.jdom.transform.XSLTransform
This will create a new XSLTransform by reading the stylesheet from the specified InputStream.
XSLTransform(Reader) - Constructor for class org.jdom.transform.XSLTransform
This will create a new XSLTransform by reading the stylesheet from the specified Reader.
XSLTransform(String) - Constructor for class org.jdom.transform.XSLTransform
This will create a new XSLTransform by reading the stylesheet from the specified URL.

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