- DataConversionException - Exception in org.jdom
-
Thrown when a data conversion from a string to value type fails, such as
can happen with the
Attribute
convenience getter functions.
- DataConversionException(String, String) - Constructor for exception org.jdom.DataConversionException
-
Constructs an exception where the named construct couldn't be converted
to the named data type.
- decodeSurrogatePair(char, char) - Static method in class org.jdom.Verifier
-
This is a utility function to decode a non-BMP
UTF-16 surrogate pair.
- DefaultJDOMFactory - Class in org.jdom
-
Creates the standard top-level JDOM classes (Element, Document, Comment,
etc).
- DefaultJDOMFactory() - Constructor for class org.jdom.DefaultJDOMFactory
-
- detach() - Method in class org.jdom.Attribute
-
This detaches the Attribute
from its parent, or does
nothing if the Attribute
has no parent.
- detach() - Method in class org.jdom.Content
-
Detaches this child from its parent or does nothing if the child
has no parent.
- detachRootElement() - Method in class org.jdom.Document
-
Detach the root
Element
from this document.
- docType(String, String, String) - Method in class org.jdom.DefaultJDOMFactory
-
- docType(String, String) - Method in class org.jdom.DefaultJDOMFactory
-
- docType(String) - Method in class org.jdom.DefaultJDOMFactory
-
- DocType - Class in org.jdom
-
An XML DOCTYPE declaration.
- DocType() - Constructor for class org.jdom.DocType
-
Default, no-args constructor for implementations to use if needed.
- DocType(String, String, String) - Constructor for class org.jdom.DocType
-
This will create the DocType
with
the specified element name and a reference to an
external DTD.
- DocType(String, String) - Constructor for class org.jdom.DocType
-
This will create the DocType
with
the specified element name and reference to an
external DTD.
- DocType(String) - Constructor for class org.jdom.DocType
-
This will create the DocType
with
the specified element name
- DOCTYPE - Static variable in class org.jdom.filter.ContentFilter
-
- docType(String, String, String) - Method in interface org.jdom.JDOMFactory
-
This will create the DocType
with
the specified element name and a reference to an
external DTD.
- docType(String, String) - Method in interface org.jdom.JDOMFactory
-
This will create the DocType
with
the specified element name and reference to an
external DTD.
- docType(String) - Method in interface org.jdom.JDOMFactory
-
This will create the DocType
with
the specified element name
- docType(String, String, String) - Method in class org.jdom.UncheckedJDOMFactory
-
- docType(String, String) - Method in class org.jdom.UncheckedJDOMFactory
-
- docType(String) - Method in class org.jdom.UncheckedJDOMFactory
-
- document(Element, DocType) - Method in class org.jdom.DefaultJDOMFactory
-
- document(Element, DocType, String) - Method in class org.jdom.DefaultJDOMFactory
-
- document(Element) - Method in class org.jdom.DefaultJDOMFactory
-
- Document - Class in org.jdom
-
An XML document.
- Document() - Constructor for class org.jdom.Document
-
Creates a new empty document.
- Document(Element, DocType, String) - Constructor for class org.jdom.Document
-
This will create a new
Document
,
with the supplied
Element
as the root element, the supplied
DocType
declaration, and the specified
base URI.
- Document(Element, DocType) - Constructor for class org.jdom.Document
-
This will create a new
Document
,
with the supplied
Element
as the root element and the supplied
DocType
declaration.
- Document(Element) - Constructor for class org.jdom.Document
-
This will create a new
Document
,
with the supplied
Element
as the root element, and no
DocType
declaration.
- Document(List) - Constructor for class org.jdom.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.
- DOCUMENT - Static variable in class org.jdom.filter.ContentFilter
-
- document(Element, DocType) - Method in interface org.jdom.JDOMFactory
-
This will create a new
Document
,
with the supplied
Element
as the root element and the supplied
DocType
declaration.
- document(Element, DocType, String) - Method in interface org.jdom.JDOMFactory
-
This will create a new
Document
,
with the supplied
Element
as the root element and the supplied
DocType
declaration.
- document(Element) - Method in interface org.jdom.JDOMFactory
-
This will create a new
Document
,
with the supplied
Element
as the root element, and no
DocType
declaration.
- document(Element, DocType, String) - Method in class org.jdom.UncheckedJDOMFactory
-
- document(Element, DocType) - Method in class org.jdom.UncheckedJDOMFactory
-
- document(Element) - Method in class org.jdom.UncheckedJDOMFactory
-
- DOMAdapter - Interface in org.jdom.adapters
-
Defines a standard set of adapter methods for interfacing with a DOM parser
and obtaining a DOM org.w3c.dom.Document
object.
- DOMBuilder - Class in org.jdom.input
-
- DOMBuilder() - Constructor for class org.jdom.input.DOMBuilder
-
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.
- DOMBuilder(String) - Constructor for class org.jdom.input.DOMBuilder
-
This creates a new DOMBuilder using the specified DOMAdapter
implementation as a way to choose the underlying parser.
- DOMOutputter - Class in org.jdom.output
-
- DOMOutputter() - Constructor for class org.jdom.output.DOMOutputter
-
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.
- DOMOutputter(String) - Constructor for class org.jdom.output.DOMOutputter
-
This creates a new DOMOutputter using the specified DOMAdapter
implementation as a way to choose the underlying parser.