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.

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.