A B C D E F G H I J M N O P R S T U V W X

D

DataConversionException - exception org.jdom.DataConversionException.
DataConversionException is thrown when a requested XML value is requested to be converted, and conversion fails.
DataConversionException(String, String) - Constructor for class org.jdom.DataConversionException
This will create an Exception indicating that the specified attribute does not exist for the current element.
declaredNamespaces - Variable in class org.jdom.input.SAXHandler
Temporary holder for namespaces that have been declared with startPrefixMapping, but are not yet available on the element
DefaultJDOMFactory - class org.jdom.input.DefaultJDOMFactory.
DefaultJDOMFactory creates the standard top-level JDOM classes (Element, Document, Comment, etc).
DefaultJDOMFactory() - Constructor for class org.jdom.input.DefaultJDOMFactory
 
detach() - Method in class org.jdom.Comment
This detaches the Comment from its parent, or does nothing if the Comment has no parent.
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.Text
Detaches the Text from its parent, or does nothing if the Text has no parent.
detach() - Method in class org.jdom.Element
This detaches the element from its parent, or does nothing if the element has no parent.
detach() - Method in class org.jdom.EntityRef
This detaches the Entity from its parent, or does nothing if the Entity has no parent.
detach() - Method in class org.jdom.ProcessingInstruction
This detaches the PI from its parent, or does nothing if the PI has no parent.
detachRootElement() - Method in class org.jdom.Document
Detach the root Element from this document.
docType - Variable in class org.jdom.Document
The DocType declaration.
DocType - class org.jdom.DocType.
DocType represents an XML DOCTYPE declaration.
DocType() - Constructor for class org.jdom.DocType
Default, no-args constructor for implementations to use if needed.
docType(String) - Method in interface org.jdom.input.JDOMFactory
This will create the DocType with the specified element name
docType(String) - Method in class org.jdom.input.DefaultJDOMFactory
 
DocType(String) - Constructor for class org.jdom.DocType
This will create the DocType with the specified element name
docType(String, String) - Method in interface org.jdom.input.JDOMFactory
This will create the DocType with the specified element name and reference to an external DTD.
docType(String, String) - Method in class org.jdom.input.DefaultJDOMFactory
 
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, String, String) - Method in interface org.jdom.input.JDOMFactory
This will create the DocType with the specified element name and a reference to an external DTD.
docType(String, String, String) - Method in class org.jdom.input.DefaultJDOMFactory
 
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.
document - Variable in class org.jdom.DocType
The document having this DOCTYPE
Document - class org.jdom.Document.
Document defines behavior for an XML Document, modeled in Java.
DOCUMENT - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM Document object
Document() - Constructor for class org.jdom.Document
Creates a new empty document.
document(Element) - Method in interface org.jdom.input.JDOMFactory
This will create a new Document, with the supplied Element as the root element, and no DocType declaration.
document(Element) - Method in class org.jdom.input.DefaultJDOMFactory
 
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(Element, DocType) - Method in interface org.jdom.input.JDOMFactory
This will create a new Document, with the supplied Element as the root element and the supplied DocType declaration.
document(Element, DocType) - Method in class org.jdom.input.DefaultJDOMFactory
 
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(List) - Constructor for class org.jdom.Document
This will create a new Document, with the supplied list of content, and no DocType declaration.
Document(List, DocType) - Constructor for class org.jdom.Document
This will create a new Document, with the supplied list of content, and the supplied DocType declaration.
DOMAdapter - interface org.jdom.adapters.DOMAdapter.
DOMAdapter
DOMBuilder - class org.jdom.input.DOMBuilder.
DOMBuilder builds a JDOM tree using DOM.
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(boolean) - Constructor for class org.jdom.input.DOMBuilder
Deprecated. Deprecated in Beta 9, DOMBuilder shouldn't be used for building from files and that's the only time validation matters
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.
DOMBuilder(String, boolean) - Constructor for class org.jdom.input.DOMBuilder
Deprecated. Deprecated in Beta 9, DOMBuilder shouldn't be used for building from files and that's the only time validation matters
DOMOutputter - class org.jdom.output.DOMOutputter.
Takes a JDOM tree and outputs to a DOM tree.
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.

A B C D E F G H I J M N O P R S T U V W X
Copyright © 2002 Jason Hunter, Brett McLaughlin. All Rights Reserved.