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
XercesDOMAdapater

This class defines wrapper behavior for obtaining a DOM Document object from a Apache Xerces DOM parser.

XML4JDOMAdapter - class org.jdom.adapters.XML4JDOMAdapter
XML4JDOMAdapter

This class defines wrapper behavior for obtaining a DOM Document object from an IBM XML4J DOM parser.

XML_NAMESPACE - static field in class org.jdom.Namespace
XMLOutputter - class org.jdom.output.XMLOutputter
XMLOutputter takes a JDOM tree and formats it to a stream as XML.
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(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.
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.

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