Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- DataConversionException - Exception Class 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 class 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.
- DEFAULT - Enum constant in enum class org.jdom2.output.LineSeparator
-
Use the sequence '\r\n' unless the System property
JDOMConstants.JDOM2_PROPERTY_LINE_SEPARATOR
is defined, in which case use the value specified in that property. - 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
from this document.Element
- doctype() - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
DocType
data. - docType(int, int, String) - Method in class org.jdom2.DefaultJDOMFactory
- docType(int, int, String) - Method in interface org.jdom2.JDOMFactory
-
This will create the
DocType
with the specified element name - docType(int, int, String) - Method in class org.jdom2.located.LocatedJDOMFactory
- docType(int, int, String) - Method in class org.jdom2.SlimJDOMFactory
- docType(int, int, String) - Method in class org.jdom2.UncheckedJDOMFactory
- docType(int, int, String, String) - Method in class org.jdom2.DefaultJDOMFactory
- 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, String) - Method in class org.jdom2.located.LocatedJDOMFactory
- docType(int, int, String, String) - Method in class org.jdom2.SlimJDOMFactory
- docType(int, int, String, String) - Method in class org.jdom2.UncheckedJDOMFactory
- docType(int, int, String, String, String) - Method in class org.jdom2.DefaultJDOMFactory
- 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, 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, String) - Method in class org.jdom2.UncheckedJDOMFactory
- docType(String) - Method in class org.jdom2.DefaultJDOMFactory
- docType(String) - Method in interface org.jdom2.JDOMFactory
-
This will create the
DocType
with the specified element name - docType(String, String) - Method in class org.jdom2.DefaultJDOMFactory
- 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, String, String) - Method in class org.jdom2.DefaultJDOMFactory
- 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 - Class in org.jdom2
-
An XML DOCTYPE declaration.
- DocType - Enum constant in enum class org.jdom2.Content.CType
-
Represents
DocType
content - DocType() - Constructor for class org.jdom2.DocType
-
Default, no-args constructor for implementations to use if needed.
- DocType(String) - Constructor for class org.jdom2.DocType
-
This will create the
DocType
with the specified element name - 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, 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 - Static variable in class org.jdom2.filter.ContentFilter
-
Mask for JDOM
DocType
object - document() - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
Document
data. - document(Element) - Method in class org.jdom2.DefaultJDOMFactory
- document(Element) - Method in interface org.jdom2.JDOMFactory
- document(Element) - Method in class org.jdom2.UncheckedJDOMFactory
- document(Element, DocType) - Method in class org.jdom2.DefaultJDOMFactory
- document(Element, DocType) - Method in interface org.jdom2.JDOMFactory
- document(Element, DocType) - Method in class org.jdom2.UncheckedJDOMFactory
- document(Element, DocType, String) - Method in class org.jdom2.DefaultJDOMFactory
- document(Element, DocType, String) - Method in interface org.jdom2.JDOMFactory
- document(Element, DocType, String) - Method in class org.jdom2.UncheckedJDOMFactory
- Document - Class in org.jdom2
-
An XML document.
- Document() - Constructor for class org.jdom2.Document
-
Creates a new empty document.
- Document(List<? extends Content>) - Constructor for class org.jdom2.Document
-
This will create a new
Document
, with the supplied list of content, and a
declaration only if the content contains a DocType instance.DocType
- Document(Element) - Constructor for class org.jdom2.Document
- Document(Element, DocType) - Constructor for class org.jdom2.Document
- Document(Element, DocType, String) - Constructor for class org.jdom2.Document
- DOCUMENT - Static variable in class org.jdom2.filter.ContentFilter
-
Mask for JDOM
Document
object - 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
-
Outputs a JDOM
org.jdom2.Document
as a DOMorg.w3c.dom.Document
. - 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(String) - Constructor for class org.jdom2.output.DOMOutputter
-
Deprecated.
- 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.
- DOMOutputter(DOMAdapter, Format, DOMOutputProcessor) - Constructor for class org.jdom2.output.DOMOutputter
-
The complete constructor for specifying a custom DOMAdaptor, Format, and DOMOutputProcessor.
- 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.
- 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.
- DOS - Enum constant in enum class org.jdom2.output.LineSeparator
-
The 'DOS' Separator sequence CRLF (CRNL) which is '\r\n'.
- DTDParser - Class in org.jdom2.input.stax
-
Parses out key information from a single String representing a DOCTYPE declaration.
- DTDVALIDATING - Enum constant in enum class org.jdom2.input.sax.XMLReaders
-
The DTD-validating Singleton
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
DOMOutputter(DOMAdapter)
instead.