A B C D E F G H I J M N O P R S T V 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.
XercesDOMAdapter() - Constructor for class org.jdom.adapters.XercesDOMAdapter
 
XML_NAMESPACE - Static variable in class org.jdom.Namespace
 
XML4JDOMAdapter - class org.jdom.adapters.XML4JDOMAdapter.
XML4JDOMAdapter This class defines wrapper behavior for obtaining a DOM Document object from an IBM XML4J DOM parser.
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() - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with no additional whitespace (indent or new lines) 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 V X
Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.