Class Summary |
AbstractDOMAdapter |
A DOMAdapter utility abstract base class.
|
AbstractFilter |
Partial implementation of Filter.
|
Attribute |
An XML attribute. |
BuilderErrorHandler |
The standard JDOM error handler implementation.
|
CDATA |
An XML CDATA section. |
Comment |
An XML comment. |
Content |
Superclass for JDOM objects which can be legal child content
of Parent nodes.
|
ContentFilter |
A general purpose Filter able to represent all legal JDOM objects or a
specific subset. |
CrimsonDOMAdapter |
An adapter for the Apache Crimson DOM parser.
|
DataConversionException |
Thrown when a data conversion from a string to value type fails, such as
can happen with the Attribute convenience getter functions.
|
DefaultJDOMFactory |
Creates the standard top-level JDOM classes (Element, Document, Comment,
etc). |
DocType |
An XML DOCTYPE declaration. |
Document |
An XML document. |
DOMAdapter |
Defines a standard set of adapter methods for interfacing with a DOM parser
and obtaining a DOM org.w3c.dom.Document org.w3c.dom.Document object.
|
DOMBuilder |
Builds a JDOM org.jdom.Document from a pre-existing
DOM org.w3c.dom.Document org.w3c.dom.Document . |
DOMOutputter |
Outputs a JDOM org.jdom.Document as a DOM org.w3c.dom.Document org.w3c.dom.Document .
|
Element |
An XML element. |
ElementFilter |
A Filter that only matches Element objects.
|
EntityRef |
An XML entity reference. |
EscapeStrategy |
Logic to determine which characters should be formatted as character
entities.
|
Filter |
A generalized filter to restrict visibility or mutability on a list.
|
Format |
Class to encapsulate XMLOutputter format options.
|
Format.TextMode |
Class to signify how text should be handled on output. |
IllegalAddException |
Thrown when trying to add a illegal object to a JDOM construct.
|
IllegalDataException |
Thrown when illegal text is supplied to a JDOM construct.
|
IllegalNameException |
Thrown when a name is supplied in construction of a JDOM construct whose
where the name breaks XML naming conventions.
|
IllegalTargetException |
Thrown when a target is supplied in construction of a JDOM ProcessingInstruction, and that name breaks XML naming conventions.
|
JAXPDOMAdapter |
An adapter for any parser supporting the Sun JAXP APIs.
|
JDOMException |
The top level exception that JDOM classes can throw. |
JDOMFactory |
An interface to be used by builders when constructing JDOM objects. |
JDOMLocator |
An implementation of the SAX Locator interface that
exposes the JDOM node being processed by SAXOutputter.
|
JDOMParseException |
Thrown during parse errors, with information about where the parse error
occurred as well as access to the partially built document.
|
JDOMResult |
A holder for an XSL Transformation result, generally a list of nodes
although it can be a JDOM Document also. |
JDOMSource |
A holder for an XML Transformation source: a Document, Element, or list of
nodes.
|
Namespace |
An XML namespace representation, as well as a factory for creating XML
namespace objects. |
OracleV1DOMAdapter |
An adapter for the Oracle Version 1 DOM parser.
|
OracleV2DOMAdapter |
An adapter for the Oracle Version 2 DOM parser.
|
Parent |
Superclass for JDOM objects which are allowed to contain
Content content.
|
ProcessingInstruction |
An XML processing instruction. |
SAXBuilder |
Builds a JDOM document from files, streams, readers, URLs, or a SAX org.xml.sax.InputSource instance using a SAX parser. |
SAXHandler |
A support class for SAXBuilder.
|
SAXOutputter |
Outputs a JDOM document as a stream of SAX2 events.
|
Text |
Character-based XML content. |
UncheckedJDOMFactory |
Special factory for building documents without any content or structure
checking. |
Verifier |
A utility class to handle well-formedness checks on names, data, and other
verification tasks for JDOM. |
XercesDOMAdapter |
An adapter for the Apache Xerces DOM parser.
|
XML4JDOMAdapter |
An adapter for the IBM XML4J DOM parser.
|
XMLOutputter |
Outputs a JDOM document as a stream of bytes. |
XMLOutputter.NamespaceStack |
Our own null subclass of NamespaceStack. |
XPath |
A utility class for performing XPath calls on JDOM nodes, with a factory
interface for obtaining a first XPath instance. |
XSLTransformer |
A convenience class to handle simple transformations. |
XSLTransformException |
Thrown when an XSL stylesheet fails to compile or an XSL transform fails
|
Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.