DataConversionException
is thrown when a requested XML value
is requested to be converted, and conversion
fails.
This will create an Exception indicating
that the specified attribute does not exist for the
current element.
Temporary holder for namespaces that have been declared with
startPrefixMapping, but are not yet available on the element
DefaultJDOMFactory creates the standard
top-level JDOM classes (Element, Document, Comment, etc).
This detaches the Attribute from its parent, or does
nothing if the Attribute has no parent.
Detaches the CDATA from its parent, or does nothing
if the CDATA has no parent.
This detaches the Comment from its parent, or does
nothing if the Comment has no parent.
This detaches the element from its parent, or does nothing if the
element has no parent.
This detaches the Entity from its parent, or does nothing
if the Entity has no parent.
This detaches the PI from its parent, or does nothing if the
PI has no parent.
Detaches the Text from its parent, or does nothing
if the Text has no parent.
Detach the root
Element from this document.
DocType represents an XML
DOCTYPE declaration.
Default, no-args constructor for implementations
to use if needed.
This will create the DocType with
the specified element name
This will create the DocType with
the specified element name
This will create the DocType with
the specified element name
This will create the DocType with
the specified element name and reference to an
external DTD.
This will create the DocType with
the specified element name and reference to an
external DTD.
This will create the DocType with
the specified element name and reference to an
external DTD.
This will create the DocType with
the specified element name and a reference to an
external DTD.
This will create the DocType with
the specified element name and a reference to an
external DTD.
This will create the DocType with
the specified element name and a reference to an
external DTD.
Mask for JDOM Document object
The document having this DOCTYPE
Document defines behavior for an XML Document, modeled
in Java.
Creates a new empty document.
This will create a new
Document,
with the supplied list of content, and no
DocType declaration.
This will create a new
Document,
with the supplied list of content, and the supplied
DocType declaration.
This will create a new
Document,
with the supplied
Element
as the root element, and no
DocType
declaration.
This will create a new
Document,
with the supplied
Element
as the root element, and no
DocType
declaration.
This will create a new
Document,
with the supplied
Element
as the root element, and no
DocType
declaration.
This will create a new
Document,
with the supplied
Element
as the root element and the supplied
DocType declaration.
This will create a new
Document,
with the supplied
Element
as the root element and the supplied
DocType declaration.
This will create a new
Document,
with the supplied
Element
as the root element and the supplied
DocType declaration.
DOMAdapter
This interface defines wrapper behavior for obtaining a DOM
Document object from a DOM parser.
DOMBuilder builds a JDOM tree using DOM.
This creates a new DOMBuilder which will attempt to first locate
a parser via JAXP, then will try to use a set of default parsers.
This creates a new DOMBuilder which will attempt to first locate
a parser via JAXP, then will try to use a set of default parsers.
This creates a new DOMBuilder using the specified DOMAdapter
implementation as a way to choose the underlying parser.
This creates a new DOMBuilder using the specified DOMAdapter
implementation as a way to choose the underlying parser.
Takes a JDOM tree and outputs to a DOM tree.
This creates a new DOMOutputter which will attempt to first locate
a DOM implementation to use via JAXP, and if JAXP does not exist or
there's a problem, will fall back to the default parser.
This creates a new DOMOutputter using the specified DOMAdapter
implementation as a way to choose the underlying parser.