Class Summary |
AbstractDOMAdapter |
AbstractDOMAdapter
This class defines wrapper behavior for obtaining a DOM
Document object from a DOM parser.
|
Attribute |
Attribute defines behavior for an XML
attribute, modeled in Java.
|
BuilderErrorHandler | |
CDATA |
CDATA represents character-based content within an
XML document represented by JDOM.
|
Comment |
Comment defines behavior for an XML
comment, modeled in Java. |
ContentFilter |
ContentFilter is a general purpose Filter
representing all legal JDOM objects and allows the ability to set
and unset the visiblity of these objects. |
CrimsonDOMAdapter |
CrimsonDOMAdapater
This class defines wrapper behavior for obtaining a DOM
Document object from the Apache Crimson DOM parser.
|
DataConversionException |
DataConversionException
is thrown when a requested XML value
is requested to be converted, and conversion
fails.
|
DefaultJDOMFactory |
DefaultJDOMFactory creates the standard
top-level JDOM classes (Element, Document, Comment, etc).
|
DocType |
DocType represents an XML
DOCTYPE declaration.
|
Document |
Document defines behavior for an XML Document, modeled
in Java. |
DOMAdapter |
DOMAdapter
This interface defines wrapper behavior for obtaining a DOM
Document object from a DOM parser.
|
DOMBuilder |
DOMBuilder builds a JDOM tree using DOM.
|
DOMOutputter |
Takes a JDOM tree and outputs to a DOM tree.
|
Element |
Element defines behavior for an XML
element, modeled in Java.
|
ElementFilter |
The ElementFilter when applied to a FilterList
will only allow Elements to be visible.
|
EntityRef |
EntityRef Defines an XML entity reference in Java.
|
Filter |
Classes which wish to modify the behaviour of the FilterList
can implement the list filter interface in order to reduce
the visibility of certain items in the list, or to restrict
the mutability of the list.
|
IllegalAddException |
IllegalAddException is thrown when trying to add a
illegal object to a JDOM construct.
|
IllegalDataException |
IllegalDataException
is thrown when illegal text is supplied to a
JDOM construct.
|
IllegalNameException |
IllegalNameException
is thrown when a name is supplied in construction, etc.,
of a JDOM construct, and that name breaks XML naming
conventions.
|
IllegalTargetException |
IllegalTargetException
is thrown when a target is supplied in construction, etc.,
of a JDOM ProcessingInstruction , and that name breaks
XML naming conventions.
|
JAXPDOMAdapter |
JAXPDOMAdapater
This class defines wrapper behavior for obtaining a DOM
Document object using the JAXP APIs.
|
JDOMException |
JDOMException
This Exception subclass is the top level
Exception that JDOM classes
can throw. |
JDOMFactory |
JDOMFactory is an interface to be used by builders
in constructing JDOM objects.
|
JDOMResult |
Acts as a holder for a transformation result tree, in the form
of a JDOM Document.
|
JDOMSource |
Acts as an holder for JDOM document sources.
|
Namespace |
Namespace defines both a factory for
creating XML namespaces, and a namespace itself.
|
OracleV1DOMAdapter |
OracleV1DOMAdapter
This class defines wrapper behavior for obtaining a DOM
Document object from the Oracle Version 1 DOM parser.
|
OracleV2DOMAdapter |
OracleV2DOMAdapter
This class defines wrapper behavior for obtaining a DOM
Document object from the Oracle Version 2 DOM parser.
|
ProcessingInstruction |
ProcessingInstruction defines behavior for an
XML processing instruction, modeled in Java. |
ProjectXDOMAdapter |
ProjectXDOMAdapater
This class defines wrapper behavior for obtaining a DOM
Document object from a Sun Project X DOM parser.
|
SAXBuilder |
SAXBuilder builds a JDOM tree using SAX.
|
SAXHandler |
SAXHandler supports SAXBuilder
|
SAXOutputter |
SAXOutputter takes a JDOM tree and fires SAX2 events.
|
Text |
Text represents character-based content within an
XML document represented by JDOM.
|
Verifier |
Verifier handles XML checks on names, data, and other
verification tasks for JDOM.
|
XercesDOMAdapter |
XercesDOMAdapater
This class defines wrapper behavior for obtaining a DOM
Document object from a Apache Xerces DOM parser.
|
XML4JDOMAdapter |
XML4JDOMAdapter
This class defines wrapper behavior for obtaining a DOM
Document object from an IBM XML4J DOM parser.
|
XMLOutputter |
XMLOutputter takes a JDOM tree and formats it to a
stream as XML. |
XMLOutputter.NamespaceStack |
Our own null subclass of NamespaceStack. |
Copyright B) 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.