|
Class Summary |
| Attribute |
An XML attribute. |
| AttributeList |
AttributeList represents legal JDOM Attribute
content. |
| CDATA |
An XML CDATA section. |
| Comment |
An XML comment. |
| Content |
Superclass for JDOM objects which can be legal child content
of Parent nodes. |
| ContentList |
A non-public list implementation holding only legal JDOM content, including
content for Document or Element nodes. |
| DefaultJDOMFactory |
Creates the standard top-level JDOM classes (Element, Document, Comment,
etc). |
| DescendantIterator |
Traverse all a parent's descendants (all children at any level below
the parent). |
| DocType |
An XML DOCTYPE declaration. |
| Document |
An XML document. |
| Element |
An XML element. |
| EntityRef |
An XML entity reference. |
| FilterIterator |
Traverse a parent's children that match the supplied filter. |
| Namespace |
An XML namespace representation, as well as a factory for creating XML
namespace objects. |
| ProcessingInstruction |
An XML processing instruction. |
| 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. |