A B C D E F G H I J M N O P R S T V 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.
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) - Constructor for class org.jdom.DocType
This will create the DocType with the specified element name
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) - 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.Element
The Document containing this element, if it is the root element
Document - class org.jdom.Document.
Document defines behavior for an XML Document, modeled in Java.
Document() - Constructor for class org.jdom.Document
Default, no-args constructor for implementations to use if needed.
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) - 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.
DOMAdapter - interface org.jdom.adapters.DOMAdapter.
DOMAdapter This interface defines wrapper behavior for obtaining a DOM Document object from a DOM parser.
DOMBuilder - class org.jdom.input.DOMBuilder.
DOMBuilder builds a JDOM tree using DOM.
DOMBuilder() - Constructor for class org.jdom.input.DOMBuilder
This creates a DOMBuilder with the default parser and no validation.
DOMBuilder(boolean) - Constructor for class org.jdom.input.DOMBuilder
This sets validation for the Builder.
DOMBuilder(String) - Constructor for class org.jdom.input.DOMBuilder
This sets the DOM Adapter class to use, and leaves validation off.
DOMBuilder(String, boolean) - Constructor for class org.jdom.input.DOMBuilder
This allows the validation features to be turned on/off in the builder at creation, as well as set the DOM Adapter class to use.
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 DOMOutputter.

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