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