- DataConversionException - Exception in org.jdom2
-
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.jdom2.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.jdom2.Verifier
-
This is a utility function to decode a non-BMP
UTF-16 surrogate pair.
- DefaultJDOMFactory - Class in org.jdom2
-
Creates the standard top-level JDOM classes (Element, Document, Comment,
etc).
- DefaultJDOMFactory() - Constructor for class org.jdom2.DefaultJDOMFactory
-
Creates a new DefaultJDOMFactory instance.
- DefaultSAXHandlerFactory - Class in org.jdom2.input.sax
-
This SAXHandlerFactory instance provides default-configured SAXHandler
instances for all non-custom situations.
- DefaultSAXHandlerFactory() - Constructor for class org.jdom2.input.sax.DefaultSAXHandlerFactory
-
- DefaultStAXFilter - Class in org.jdom2.input.stax
-
This DefaultStAXFilter includes all content and prunes nothing.
- DefaultStAXFilter() - Constructor for class org.jdom2.input.stax.DefaultStAXFilter
-
- detach() - Method in class org.jdom2.Attribute
-
Detach this Attribute from its parent.
- detach() - Method in class org.jdom2.CDATA
-
- detach() - Method in class org.jdom2.Comment
-
- detach() - Method in class org.jdom2.Content
-
Detaches this child from its parent or does nothing if the child
has no parent.
- detach() - Method in class org.jdom2.DocType
-
- detach() - Method in class org.jdom2.Element
-
- detach() - Method in class org.jdom2.EntityRef
-
- detach() - Method in class org.jdom2.ProcessingInstruction
-
- detach() - Method in class org.jdom2.Text
-
- detachRootElement() - Method in class org.jdom2.Document
-
Detach the root
Element
from this document.
- diagnose(Object, boolean) - Method in class org.jdom2.xpath.util.AbstractXPathCompiled
-
- diagnose(Object, boolean) - Method in interface org.jdom2.xpath.XPathExpression
-
Evaluate the XPath query against the supplied context, but return
additional data which may be useful for diagnosing problems with XPath
queries.
- docType(String, String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- docType(int, int, String, String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- docType(String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- docType(int, int, String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- docType(String) - Method in class org.jdom2.DefaultJDOMFactory
-
- docType(int, int, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- DocType - Class in org.jdom2
-
An XML DOCTYPE declaration.
- DocType() - Constructor for class org.jdom2.DocType
-
Default, no-args constructor for implementations to use if needed.
- DocType(String, String, String) - Constructor for class org.jdom2.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.jdom2.DocType
-
This will create the DocType
with
the specified element name and reference to an
external DTD.
- DocType(String) - Constructor for class org.jdom2.DocType
-
This will create the DocType
with
the specified element name
- DOCTYPE - Static variable in class org.jdom2.filter.ContentFilter
-
- doctype() - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
DocType
data.
- docType(String, String, String) - Method in interface org.jdom2.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.jdom2.JDOMFactory
-
This will create the DocType
with
the specified element name and reference to an
external DTD.
- docType(String) - Method in interface org.jdom2.JDOMFactory
-
This will create the DocType
with
the specified element name
- docType(int, int, String, String, String) - Method in interface org.jdom2.JDOMFactory
-
This will create the DocType
with
the specified element name and a reference to an
external DTD.
- docType(int, int, String, String) - Method in interface org.jdom2.JDOMFactory
-
This will create the DocType
with
the specified element name and reference to an
external DTD.
- docType(int, int, String) - Method in interface org.jdom2.JDOMFactory
-
This will create the DocType
with
the specified element name
- docType(int, int, String, String, String) - Method in class org.jdom2.located.LocatedJDOMFactory
-
- docType(int, int, String, String) - Method in class org.jdom2.located.LocatedJDOMFactory
-
- docType(int, int, String) - Method in class org.jdom2.located.LocatedJDOMFactory
-
- docType(int, int, String, String, String) - Method in class org.jdom2.SlimJDOMFactory
-
- docType(int, int, String, String) - Method in class org.jdom2.SlimJDOMFactory
-
- docType(int, int, String) - Method in class org.jdom2.SlimJDOMFactory
-
- docType(int, int, String, String, String) - Method in class org.jdom2.UncheckedJDOMFactory
-
- docType(int, int, String, String) - Method in class org.jdom2.UncheckedJDOMFactory
-
- docType(int, int, String) - Method in class org.jdom2.UncheckedJDOMFactory
-
- document(Element, DocType) - Method in class org.jdom2.DefaultJDOMFactory
-
- document(Element, DocType, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- document(Element) - Method in class org.jdom2.DefaultJDOMFactory
-
- Document - Class in org.jdom2
-
An XML document.
- Document() - Constructor for class org.jdom2.Document
-
Creates a new empty document.
- Document(Element, DocType, String) - Constructor for class org.jdom2.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.jdom2.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.jdom2.Document
-
This will create a new
Document
,
with the supplied
Element
as the root element, and no
DocType
declaration.
- Document(List<? extends Content>) - Constructor for class org.jdom2.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.jdom2.filter.ContentFilter
-
- document() - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
Document
data.
- document(Element, DocType) - Method in interface org.jdom2.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.jdom2.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.jdom2.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.jdom2.UncheckedJDOMFactory
-
- document(Element, DocType) - Method in class org.jdom2.UncheckedJDOMFactory
-
- document(Element) - Method in class org.jdom2.UncheckedJDOMFactory
-
- DOMAdapter - Interface in org.jdom2.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.jdom2.input
-
Builds a JDOM Document from a pre-existing DOM org.w3c.dom.Document
.
- DOMBuilder() - Constructor for class org.jdom2.input.DOMBuilder
-
This creates a new DOMBuilder instance using the DefaultJDOMFactory
to build the JDOM content.
- DOMOutputProcessor - Interface in org.jdom2.output.support
-
This interface provides a base support for the
DOMOutputter
.
- DOMOutputter - Class in org.jdom2.output
-
- DOMOutputter() - Constructor for class org.jdom2.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(DOMOutputProcessor) - Constructor for class org.jdom2.output.DOMOutputter
-
This creates a new DOMOutputter which uses the default (JAXP) DOM
implementation but with a custom processor.
- DOMOutputter(DOMAdapter, Format, DOMOutputProcessor) - Constructor for class org.jdom2.output.DOMOutputter
-
The complete constructor for specifying a custom DOMAdaptor, Format, and
DOMOutputProcessor.
- DOMOutputter(String) - Constructor for class org.jdom2.output.DOMOutputter
-
- DOMOutputter(DOMAdapter) - Constructor for class org.jdom2.output.DOMOutputter
-
This creates a new DOMOutputter using the specified DOMAdapter
implementation as a way to choose the underlying parser.
- done() - Method in class org.jdom2.output.support.AbstractFormattedWalker.MultiText
-
Indicate that there is no further content to be added to the
text-like sequence.
- DTDParser - Class in org.jdom2.input.stax
-
Parses out key information from a single String representing a DOCTYPE
declaration.