Thrown when a data conversion from a string to value type fails, such as
can happen with the
Attribute
convenience getter functions.
Constructs an exception where the named construct couldn't be converted
to the named data type.
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 this child from its parent or does nothing if the child
has no parent.
Detach the root
Element
from this document.
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.
Creates a new empty document.
This will create a new
Document
,
with the supplied list of content, and a
DocType
declaration only if the content
contains a DocType instance.
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.
This will create a new
Document
,
with the supplied
Element
as the root element, the supplied
DocType
declaration, and the specified
base URI.
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.
Defines a standard set of adapter methods for interfacing with a DOM parser
and obtaining a DOM
org.w3c.dom.Document
object.
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 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.