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

<

<default> - Class Diagram
 

A

AbstractDOMAdapter - class org.jdom.adapters.AbstractDOMAdapter
AbstractDOMAdapter This class defines wrapper behavior for obtaining a DOM Document object from a DOM parser.
adapters - Class Diagram in org.jdom.adapters
 
add(int,java.lang.Object) - Method in class org.jdom.PartialList
Inserts the specified element at the specified position in this list.
add(java.lang.Object) - Method in class org.jdom.PartialList
Appends the specified element to the end of this list.
addAll(int,java.util.Collection) - Method in class org.jdom.PartialList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(java.util.Collection) - Method in class org.jdom.PartialList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAttribute(java.lang.String,java.lang.String) - Method in class org.jdom.Element
This adds an attribute to this element with the given name and value.
addAttribute(org.jdom.Attribute) - Method in class org.jdom.Element
This adds an attribute to this element.
addChild(java.lang.String) - Method in class org.jdom.Entity
This will add a String as a child of this Entity.
addChild(org.jdom.Element) - Method in class org.jdom.Entity
This will add an Element as a child of this Entity.
addContent(java.lang.String) - Method in class org.jdom.Element
This adds text content to this element.
addContent(org.jdom.CDATA) - Method in class org.jdom.Element
This adds a CDATA section as content to this element.
addContent(org.jdom.Comment) - Method in class org.jdom.Document
This will add a comment to the Document.
addContent(org.jdom.Comment) - Method in class org.jdom.Element
This adds a comment as content to this element.
addContent(org.jdom.Element) - Method in class org.jdom.Element
This adds element content to this element.
addContent(org.jdom.Entity) - Method in class org.jdom.Element
This adds entity content to this element.
addContent(org.jdom.ProcessingInstruction) - Method in class org.jdom.Document
Adds the specified PI to the document.
addContent(org.jdom.ProcessingInstruction) - Method in class org.jdom.Element
This adds a processing instruction as content to this element.
addFirst(java.lang.Object) - Method in class org.jdom.PartialList
Inserts the given element at the beginning of this list.
addLast(java.lang.Object) - Method in class org.jdom.PartialList
Appends the given element to the end of this list.
addNamespaceDeclaration(org.jdom.Namespace) - Method in class org.jdom.Element
This will add a namespace declarations to this element.
addText(java.lang.String) - Method in class org.jdom.Entity
This will add text to the content of this Entity.
Attribute - class org.jdom.Attribute
Attribute defines behavior for an XML attribute, modeled in Java.
Attribute(java.lang.String,java.lang.String,java.lang.String,java.lang.String) - Constructor for class org.jdom.Attribute
This will create a new Attribute with the specified (local) name and value, and place it in the specified namespace (with prefix).
Attribute(java.lang.String,java.lang.String,org.jdom.Namespace) - Constructor for class org.jdom.Attribute
This will create a new Attribute with the specified (local) name and value, and in the provided Namespace.
Attribute(java.lang.String,java.lang.String) - Constructor for class org.jdom.Attribute
This will create a new Attribute with the specified (local) name and value, and does not place the attribute in a Namespace.

B

build(java.io.File) - Method in class org.jdom.input.DOMBuilder
This builds a document from the supplied filename by constructing a DOM tree and reading information from the DOM to create a JDOM document, a slower approach than SAXBuilder but useful for debugging.
build(java.io.File) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied filename.
build(java.io.InputStream,java.lang.String) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input stream.
build(java.io.InputStream) - Method in class org.jdom.input.DOMBuilder
This builds a document from the supplied input stream by constructing a DOM tree and reading information from the DOM to create a JDOM document, a slower approach than SAXBuilder but useful for debugging.
build(java.io.InputStream) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input stream.
build(java.io.Reader,java.lang.String) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied Reader.
build(java.io.Reader) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied Reader.
build(java.lang.String) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied URI.
build(java.net.URL) - Method in class org.jdom.input.DOMBuilder
This builds a document from the supplied URL by constructing a DOM tree and reading information from the DOM to create a JDOM document, a slower approach than SAXBuilder but useful for debugging.
build(java.net.URL) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied URL.
build(org.w3c.dom.Document) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM tree from an existing DOM tree.
build(org.w3c.dom.Element) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM Element from an existing DOM Element
BuilderErrorHandler - class org.jdom.input.BuilderErrorHandler
 

C

CDATA - class org.jdom.CDATA
CDATA defines behavior for an XML CDATA section, modeled in Java.
CDATA(java.lang.String) - Constructor for class org.jdom.CDATA
This creates the CDATA with the supplied text.
characters(char[],int,int) - Method in class org.jdom.input.SAXHandler
This will report character data (within an element).
checkAttributeName(java.lang.String) - Static method in class org.jdom.Verifier
This will check the supplied name to see if it valid for use as a JDOM Attribute name.
checkCDATASection(java.lang.String) - Static method in class org.jdom.Verifier
This will ensure that the data for a CDATA section is appropriate.
checkCharacterData(java.lang.String) - Static method in class org.jdom.Verifier
This will check the supplied string to see if it only contains characters allowed by the XML 1.0 specification.
checkCommentData(java.lang.String) - Static method in class org.jdom.Verifier
This will ensure that the data for a Comment is appropriate.
checkElementName(java.lang.String) - Static method in class org.jdom.Verifier
This will check the supplied name to see if it valid for use as a JDOM Element name.
checkNamespacePrefix(java.lang.String) - Static method in class org.jdom.Verifier
This will check the supplied name to see if it valid for use as a JDOM Namespace prefix.
checkNamespaceURI(java.lang.String) - Static method in class org.jdom.Verifier
This will check the supplied name to see if it valid for use as a JDOM Namespace URI.
checkProcessingInstructionTarget(java.lang.String) - Static method in class org.jdom.Verifier
This will check the supplied name to see if it valid for use as a JDOM processing instruction target.
clear() - Method in class org.jdom.PartialList
Removes all of the elements from this list.
clone() - Method in class org.jdom.Attribute
This will return a clone of this Attribute.
clone() - Method in class org.jdom.CDATA
This will return a clone of this CDATA.
clone() - Method in class org.jdom.Comment
This will return a clone of this Comment.
clone() - Method in class org.jdom.DocType
This will return a clone of this DocType.
clone() - Method in class org.jdom.Document
This will return a deep clone of this Document.
clone() - Method in class org.jdom.Element
This returns a deep clone of this element.
clone() - Method in class org.jdom.Entity
This will return a clone of this Entity.
clone() - Method in class org.jdom.ProcessingInstruction
This will return a clone of this ProcessingInstruction.
Comment - class org.jdom.Comment
Comment defines behavior for an XML comment, modeled in Java.
comment(char[],int,int) - Method in class org.jdom.input.SAXHandler
This reports that a comments is parsed.
Comment(java.lang.String) - Constructor for class org.jdom.Comment
This creates the comment with the supplied text.
createDocument() - Method in class org.jdom.adapters.AbstractDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - Method in class org.jdom.adapters.CrimsonDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - Method in class org.jdom.adapters.OracleV1DOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - Method in class org.jdom.adapters.OracleV2DOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - Method in class org.jdom.adapters.ProjectXDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - Method in class org.jdom.adapters.XercesDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - Method in class org.jdom.adapters.XML4JDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument() - Method in interface org.jdom.adapters.DOMAdapter
This creates an empty Document object based on a specific parser implementation.
CrimsonDOMAdapter - class org.jdom.adapters.CrimsonDOMAdapter
CrimsonDOMAdapater This class defines wrapper behavior for obtaining a DOM Document object from the Apache Crimson DOM parser.

D

DataConversionException - class org.jdom.DataConversionException
DataConversionException is thrown when a requested XML value is requested to be converted, and conversion fails.
DataConversionException(java.lang.String,java.lang.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 - class org.jdom.DocType
DocType represents an XML DOCTYPE declaration.
DocType(java.lang.String,java.lang.String,java.lang.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(java.lang.String,java.lang.String) - Constructor for class org.jdom.DocType
This will create the DocType with the specified element name and reference to an external DTD.
DocType(java.lang.String) - Constructor for class org.jdom.DocType
This will create the DocType with the specified element name
Document - class org.jdom.Document
Document defines behavior for an XML Document, modeled in Java.
Document(org.jdom.Element,org.jdom.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(org.jdom.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.
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 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
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(java.lang.String,boolean) - 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(java.lang.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 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(java.lang.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.

E

Element - class org.jdom.Element
Element defines behavior for an XML element, modeled in Java.
Element(java.lang.String,java.lang.String,java.lang.String) - Constructor for class org.jdom.Element
This will create a new Element with the supplied (local) name, and specifies the prefix and URI of the Namespace the Element should be in.
Element(java.lang.String,java.lang.String) - Constructor for class org.jdom.Element
This will create a new Element with the supplied (local) name, and specifies the URI of the Namespace the Element should be in, resulting it being unprefixed (in the default namespace).
Element(java.lang.String,org.jdom.Namespace) - Constructor for class org.jdom.Element
This will create a new Element with the supplied (local) name, and define the Namespace to be used.
Element(java.lang.String) - Constructor for class org.jdom.Element
This will create an Element in no Namespace.
endCDATA() - Method in class org.jdom.input.SAXHandler
Report a CDATA section - ignored in SAXBuilder.
endDTD() - Method in class org.jdom.input.SAXHandler
This signifies that the reading of the DTD is complete.
endElement(java.lang.String,java.lang.String,java.lang.String) - Method in class org.jdom.input.SAXHandler
Indicates the end of an element (</[element name]>) is reached.
endEntity(java.lang.String) - Method in class org.jdom.input.SAXHandler
 
endPrefixMapping(java.lang.String) - Method in class org.jdom.input.SAXHandler
This will add the prefix mapping to the JDOM Document object.
Entity - class org.jdom.Entity
Entity Defines an XML entity in Java.
Entity(java.lang.String) - Constructor for class org.jdom.Entity
This will create a new Entity with the supplied name.
equals(java.lang.Object) - Method in class org.jdom.Attribute
This tests for equality of this Attribute to the supplied Object.
equals(java.lang.Object) - Method in class org.jdom.CDATA
This tests for equality of this CDATA to the supplied Object.
equals(java.lang.Object) - Method in class org.jdom.Comment
This tests for equality of this Comment to the supplied Object.
equals(java.lang.Object) - Method in class org.jdom.DocType
This tests for equality of this DocType to the supplied Object.
equals(java.lang.Object) - Method in class org.jdom.Document
This tests for equality of this Document to the supplied Object.
equals(java.lang.Object) - Method in class org.jdom.Element
This tests for equality of this Element to the supplied Object, explicitly using the == operator.
equals(java.lang.Object) - Method in class org.jdom.Entity
This tests for equality of this Entity to the supplied Object.
equals(java.lang.Object) - Method in class org.jdom.Namespace
This tests for equality - Two Namespaces are equal if and only if their URIs are byte-for-byte equals and their prefixes are equal.
equals(java.lang.Object) - Method in class org.jdom.ProcessingInstruction
This tests for equality of this ProcessingInstruction to the supplied Object.
error(SAXParseException) - Method in class org.jdom.input.BuilderErrorHandler
This method is called in response to an error that has occurred; this indicates that a rule was broken, typically in validation, but that parsing could reasonably continue.

F

fatalError(SAXParseException) - Method in class org.jdom.input.BuilderErrorHandler
This method is called in response to a fatal error; this indicates that a rule has been broken that makes continued parsing either impossible or an almost certain waste of time.

G

getAdditionalNamespaces() - Method in class org.jdom.Element
This will return any namespace declarations on this element that exist, excluding the namespace of the element itself, which can be obtained through getNamespace().
getAttribute(java.lang.String,org.jdom.Namespace) - Method in class org.jdom.Element
This returns the attribute for this element with the given name and within the given Namespace.
getAttribute(java.lang.String) - Method in class org.jdom.Element
This returns the attribute for this element with the given name and within no namespace.
getAttributes() - Method in class org.jdom.Element
This returns the complete set of attributes for this element, as a List of Attribute objects in no particular order, or an empty list if there are none.
getAttributeValue(java.lang.String,org.jdom.Namespace) - Method in class org.jdom.Element
This returns the attribute value for the attribute with the given name and within the given Namespace, null if there is no such attribute, and the empty string if the attribute value is empty.
getAttributeValue(java.lang.String) - Method in class org.jdom.Element
This returns the attribute value for the attribute with the given name and within no namespace, null if there is no such attribute, and the empty string if the attribute value is empty.
getBooleanValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in boolean form, and if no conversion can occur, throws a DataConversionException
getChild(java.lang.String,org.jdom.Namespace) - Method in class org.jdom.Element
This returns the first child element within this element with the given local name and belonging to the given namespace.
getChild(java.lang.String) - Method in class org.jdom.Element
This returns the first child element within this element with the given local name and belonging to no namespace.
getChildren() - Method in class org.jdom.Element
This returns a List of all the child elements nested directly (one level deep) within this element, as Element objects.
getChildren() - Method in class org.jdom.Entity
This will return a List of all the XML elements nested directly (one level deep) within this Entity, each in Element form.
getChildren(java.lang.String,org.jdom.Namespace) - Method in class org.jdom.Element
This returns a List of all the child elements nested directly (one level deep) within this element with the given local name and belonging to the given Namespace, returned as Element objects.
getChildren(java.lang.String) - Method in class org.jdom.Element
This returns a List of all the child elements nested directly (one level deep) within this element with the given local name and belonging to no namespace, returned as Element objects.
getChildText(java.lang.String,org.jdom.Namespace) - Method in class org.jdom.Element
This convenience method returns the textual content of the named child element, or returns null if there's no such child.
getChildText(java.lang.String) - Method in class org.jdom.Element
This convenience method returns the textual content of the named child element, or returns an empty String ("") if the child has no textual content.
getChildTextTrim(java.lang.String,org.jdom.Namespace) - Method in class org.jdom.Element
This convenience method returns the trimmed textual content of the named child element, or returns null if there's no such child.
getChildTextTrim(java.lang.String) - Method in class org.jdom.Element
This convenience method returns the trimmed textual content of the named child element, or returns null if there's no such child.
getContent() - Method in class org.jdom.Entity
This will return the actual textual content of this Entity.
getCopy(java.lang.String,org.jdom.Namespace) - Method in class org.jdom.Element
This creates a copy of this Element, with the new name specified, and in the specified Namespace.
getCopy(java.lang.String) - Method in class org.jdom.Element
This creates a copy of this Element, with the new name specified, and in no namespace.
getData() - Method in class org.jdom.ProcessingInstruction
This will return the raw data from all instructions.
getDocType() - Method in class org.jdom.Document
This will return the DocType declaration for this Document, or null if none exists.
getDocument() - Method in class org.jdom.Comment
This retrieves the owning Document for this Comment, or null if not a currently a member of a Document.
getDocument() - Method in class org.jdom.Element
This retrieves the owning Document for this Element, or null if not a currently a member of a Document.
getDocument() - Method in class org.jdom.Entity
This retrieves the owning Document for this Entity, or null if not a currently a member of a Document.
getDocument() - Method in class org.jdom.ProcessingInstruction
This retrieves the owning Document for this PI, or null if not a currently a member of a Document.
getDocument(java.io.File,boolean) - Method in class org.jdom.adapters.AbstractDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(java.io.File,boolean) - Method in interface org.jdom.adapters.DOMAdapter
This creates a new Document from a given filename by letting a DOM parser handle parsing from the file.
getDocument(java.io.InputStream,boolean) - Method in class org.jdom.adapters.AbstractDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(java.io.InputStream,boolean) - Method in class org.jdom.adapters.CrimsonDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(java.io.InputStream,boolean) - Method in class org.jdom.adapters.OracleV1DOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(java.io.InputStream,boolean) - Method in class org.jdom.adapters.OracleV2DOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(java.io.InputStream,boolean) - Method in class org.jdom.adapters.ProjectXDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(java.io.InputStream,boolean) - Method in class org.jdom.adapters.XercesDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(java.io.InputStream,boolean) - Method in class org.jdom.adapters.XML4JDOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDocument(java.io.InputStream,boolean) - Method in interface org.jdom.adapters.DOMAdapter
This creates a new Document from an existing InputStream by letting a DOM parser handle parsing using the supplied stream.
getDoubleValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in double form, and if no conversion can occur, throws a DataConversionException
getElementName() - Method in class org.jdom.DocType
This will retrieve the element name being constrained.
getFloatValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in float form, and if no conversion can occur, throws a DataConversionException
getIntValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in int form, and if no conversion can occur, throws a DataConversionException
getLongValue() - Method in class org.jdom.Attribute
This gets the value of the attribute, in long form, and if no conversion can occur, throws a DataConversionException
getMessage() - Method in class org.jdom.JDOMException
This returns the message for the Exception.
getMixedContent() - Method in class org.jdom.Document
This will return all content for the Document.
getMixedContent() - Method in class org.jdom.Element
This returns the full content of the element as a List which may contain objects of type String, Element, Comment, ProcessingInstruction, and Entity.
getMixedContent() - Method in class org.jdom.Entity
This will return the content of the entity.
getName() - Method in class org.jdom.Attribute
This will retrieve the local name of the Attribute.
getName() - Method in class org.jdom.Element
This returns the (local) name of the Element, without any namespace prefix, if one exists.
getName() - Method in class org.jdom.Entity
This returns the name of the Entity.
getNamespace() - Method in class org.jdom.Attribute
This will return this Attribute's Namespace.
getNamespace() - Method in class org.jdom.Element
This will return this Element's Namespace.
getNamespace(java.lang.String,java.lang.String) - Static method in class org.jdom.Namespace
This will retrieve (if in existence) or create (if not) a Namespace for the supplied prefix and URI.
getNamespace(java.lang.String) - Method in class org.jdom.Element
This returns the Namespace in scope on this element for the given prefix (this involves searching up the tree, so the results depend on the current location of the element).
getNamespace(java.lang.String) - Static method in class org.jdom.Namespace
This will retrieve (if in existence) or create (if not) a Namespace for the supplied URI, and make it usable as a default namespace, as no prefix is supplied.
getNamespacePrefix() - Method in class org.jdom.Attribute
This will retrieve the namespace prefix of the Attribute.
getNamespacePrefix() - Method in class org.jdom.Element
This returns the namespace prefix of the Element, if one exists.
getNamespaceURI() - Method in class org.jdom.Attribute
This returns the URI mapped to this Attribute's prefix.
getNamespaceURI() - Method in class org.jdom.Element
This returns the URI mapped to this Element's prefix (or the default namespace if no prefix).
getParent() - Method in class org.jdom.Attribute
This will return the parent of this Attribute.
getParent() - Method in class org.jdom.Comment
This will return the parent of this Comment.
getParent() - Method in class org.jdom.Element
This will return the parent of this Element.
getParent() - Method in class org.jdom.Entity
This will return the parent of this Entity.
getParent() - Method in class org.jdom.ProcessingInstruction
This will return the parent of this ProcessingInstruction.
getPrefix() - Method in class org.jdom.Namespace
This returns the prefix mapped to this Namespace.
getProcessingInstruction(java.lang.String) - Method in class org.jdom.Document
This returns the first processing instruction for this Document located at the document level (outside the root element) for the supplied target, or null if no such processing instruction exists.
getProcessingInstructions() - Method in class org.jdom.Document
This will return the list of ProcessingInstructions for this Document located at the document level (outside the root element).
getProcessingInstructions(java.lang.String) - Method in class org.jdom.Document
This returns the processing instructions for this Document located at the document level (outside the root element) which have the supplied target.
getPublicID() - Method in class org.jdom.DocType
This will retrieve the public ID of an externally referenced DTD, or an empty String if none is referenced.
getQualifiedName() - Method in class org.jdom.Attribute
This will retrieve the qualified name of the Attribute.
getQualifiedName() - Method in class org.jdom.Element
This returns the full name of the Element, in the form [namespacePrefix]:[localName].
getRootCause() - Method in class org.jdom.JDOMException
This will return the root cause Throwable, or null if one does not exist.
getRootElement() - Method in class org.jdom.Document
This will return the root Element for this Document, or return null in the case the root element hasn't been yet set.
getSerializedForm() - Method in class org.jdom.Attribute
This will return the Attribute in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.CDATA
This will return the CDATA in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.Comment
This will return the Comment in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.DocType
This will return the DocType in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.Document
This will return the Document in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.Element
This will return the Element in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.Entity
This will return the Comment in XML format, usable in an XML document.
getSerializedForm() - Method in class org.jdom.ProcessingInstruction
This will return the Comment in XML format, usable in an XML document.
getSystemID() - Method in class org.jdom.DocType
This will retrieve the system ID of an externally referenced DTD, or an empty String if none is referenced.
getTarget() - Method in class org.jdom.ProcessingInstruction
This will retrieve the target of the PI.
getText() - Method in class org.jdom.CDATA
This returns the textual data within the CDATA.
getText() - Method in class org.jdom.Comment
This returns the textual data within the Comment.
getText() - Method in class org.jdom.Element
This returns the textual content directly held under this element.
getTextTrim() - Method in class org.jdom.Element
This returns the textual content of this element with all surrounding whitespace removed and internal whitespace normalized to a single space.
getURI() - Method in class org.jdom.Namespace
This returns the namespace URI for this Namespace.
getURI(java.lang.String) - Method in class org.jdom.output.NamespaceStack
Given a prefix, this will return the namespace URI most rencently (topmost) associated with that prefix.
getValue() - Method in class org.jdom.Attribute
This will return the actual textual value of this Attribute.
getValue(java.lang.String) - Method in class org.jdom.ProcessingInstruction
This will return the value for a specific name/value pair on the PI.

H

hasChildren() - Method in class org.jdom.Element
 
hashCode() - Method in class org.jdom.Attribute
This returns the hash code for this Attribute.
hashCode() - Method in class org.jdom.CDATA
This returns the hash code for this CDATA.
hashCode() - Method in class org.jdom.Comment
This returns the hash code for this Comment.
hashCode() - Method in class org.jdom.DocType
This returns the hash code for this DocType.
hashCode() - Method in class org.jdom.Document
This returns the hash code for this Document.
hashCode() - Method in class org.jdom.Element
This returns the hash code for this Element.
hashCode() - Method in class org.jdom.Entity
This returns the hash code for this Entity.
hashCode() - Method in class org.jdom.Namespace
This returns a probably unique hash code for the Namespace.
hashCode() - Method in class org.jdom.ProcessingInstruction
This returns the hash code for this ProcessingInstruction.
hasMixedContent() - Method in class org.jdom.Element
This will indicate whether the element has mixed content or not.
hasMixedContent() - Method in class org.jdom.Entity
This will indicate whether the entity has mixed content or not.

I

IllegalAddException - class org.jdom.IllegalAddException
IllegalAddException is thrown when an Element or Attribute is added to a JDOM construct illegally..
IllegalAddException(java.lang.String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception with the specified error message.
IllegalAddException(org.jdom.Document,org.jdom.Comment,java.lang.String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Comment supplied as content to the supplied document is not allowed.
IllegalAddException(org.jdom.Document,org.jdom.Element,java.lang.String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Element supplied as a child of the document is not allowed.
IllegalAddException(org.jdom.Document,org.jdom.ProcessingInstruction,java.lang.String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the ProcessingInstruction supplied as content to the supplied document is not allowed.
IllegalAddException(org.jdom.Element,org.jdom.Attribute,java.lang.String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Attribute supplied to the Element supplied is illegal.
IllegalAddException(org.jdom.Element,org.jdom.Comment,java.lang.String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Comment supplied as content to the supplied element is not allowed.
IllegalAddException(org.jdom.Element,org.jdom.Element,java.lang.String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Element supplied as a child of the supplied parent is not allowed.
IllegalAddException(org.jdom.Element,org.jdom.Entity,java.lang.String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the Entity supplied as content to the supplied element is not allowed.
IllegalAddException(org.jdom.Element,org.jdom.ProcessingInstruction,java.lang.String) - Constructor for class org.jdom.IllegalAddException
This will create an Exception indicating that the addition of the ProcessingInstruction supplied as content to the supplied element is not allowed.
IllegalDataException - class org.jdom.IllegalDataException
IllegalDataException is thrown when illegal text is supplied to a JDOM construct.
IllegalDataException(java.lang.String,java.lang.String,java.lang.String) - Constructor for class org.jdom.IllegalDataException
This will create an Exception indicating that the specified data is illegal for the construct it was supplied to.
IllegalDataException(java.lang.String,java.lang.String) - Constructor for class org.jdom.IllegalDataException
This will create an Exception indicating that the specified data is illegal for the construct it was supplied to.
IllegalNameException - class org.jdom.IllegalNameException
IllegalNameException is thrown when a name is supplied in construction, etc., of a JDOM construct, and that name breaks XML naming conventions.
IllegalNameException(java.lang.String,java.lang.String,java.lang.String) - Constructor for class org.jdom.IllegalNameException
This will create an Exception indicating that the specified name is illegal for the construct it was supplied to.
IllegalNameException(java.lang.String,java.lang.String) - Constructor for class org.jdom.IllegalNameException
This will create an Exception indicating that the specified name is illegal for the construct it was supplied to.
IllegalTargetException - class org.jdom.IllegalTargetException
IllegalTargetException is thrown when a target is supplied in construction, etc., of a JDOM ProcessingInstruction, and that name breaks XML naming conventions.
IllegalTargetException(java.lang.String,java.lang.String) - Constructor for class org.jdom.IllegalTargetException
This will create an Exception indicating that the specified target is illegal for the ProcessingInstruction it was supplied to.
IllegalTargetException(java.lang.String) - Constructor for class org.jdom.IllegalTargetException
This will create an Exception indicating that the specified target is illegal for the ProcessingInstruction it was supplied to.
input - Class Diagram in org.jdom.input
 
isRootElement() - Method in class org.jdom.Element
This returns a boolean value indicating whether this Element is a root Element for a JDOM Document.
isXMLCharacter(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is a character according to production 2 of the XML 1.0 specification.
isXMLCombiningChar(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is a combining character according to production 87 of the XML 1.0 specification.
isXMLDigit(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified Unicode character is a digit according to production 88 of the XML 1.0 specification.
isXMLExtender(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is an extender according to production 88 of the XML 1.0 specification.
isXMLLetter(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is a letter according to production 84 of the XML 1.0 specification.
isXMLLetterOrDigit(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is a letter or digit according to productions 84 and 88 of the XML 1.0 specification.
isXMLNameCharacter(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is a name character according to production 4 of the XML 1.0 specification.
isXMLNameStartCharacter(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified character is a legal name start character according to production 5 of the XML 1.0 specification.

J

jdom - Class Diagram in org.jdom
 
JDOMException - class org.jdom.JDOMException
JDOMException This Exception subclass is the top level Exception that JDOM classes can throw.
JDOMException() - Constructor for class org.jdom.JDOMException
This will create an Exception.
JDOMException(java.lang.String,java.lang.Throwable) - Constructor for class org.jdom.JDOMException
This will create an Exception with the given message and wrap another Exception.
JDOMException(java.lang.String) - Constructor for class org.jdom.JDOMException
This will create an Exception with the given message.

M

main(java.lang.String[]) - Static method in class org.jdom.Verifier
 

N

Namespace - class org.jdom.Namespace
Namespace defines both a factory for creating XML namespaces, and a namespace itself.
NamespaceStack - class org.jdom.output.NamespaceStack
NamespaceStack is a helper class used by both XMLOutputter and SAXOutputter to manage namespaces in a JDOM Document during output.
NamespaceStack() - Constructor for class org.jdom.output.NamespaceStack
This creates the needed storage.
NO_NAMESPACE - Static variable in class org.jdom.Namespace
Define a Namespace for when not in a namespace

O

OracleV1DOMAdapter - class org.jdom.adapters.OracleV1DOMAdapter
OracleV1DOMAdapter This class defines wrapper behavior for obtaining a DOM Document object from the Oracle Version 1 DOM parser.
OracleV2DOMAdapter - class org.jdom.adapters.OracleV2DOMAdapter
OracleV2DOMAdapter This class defines wrapper behavior for obtaining a DOM Document object from the Oracle Version 2 DOM parser.
org - package org
 
org - Class Diagram in org
 
org.jdom - package org.jdom
 
org.jdom.adapters - package org.jdom.adapters
 
org.jdom.input - package org.jdom.input
 
org.jdom.output - package org.jdom.output
 
org.jdom.test - package org.jdom.test
 
output - Class Diagram in org.jdom.output
 
output(java.lang.String,java.io.OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out a String.
output(java.lang.String,java.io.Writer) - Method in class org.jdom.output.XMLOutputter
Print out a String.
output(org.jdom.Attribute) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM Attribute parameter to a DOM Attr, returning the DOM version.
output(org.jdom.CDATA,java.io.OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out a CDATA
output(org.jdom.CDATA,java.io.Writer) - Method in class org.jdom.output.XMLOutputter
Print out a CDATA
output(org.jdom.Comment,java.io.OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out a Comment
output(org.jdom.Comment,java.io.Writer) - Method in class org.jdom.output.XMLOutputter
Print out a Comment
output(org.jdom.Document,java.io.OutputStream) - Method in class org.jdom.output.XMLOutputter
This will print the Document to the given output stream.
output(org.jdom.Document,java.io.Writer) - Method in class org.jdom.output.XMLOutputter
This will print the Document to the given Writer.
output(org.jdom.Document) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM Document parameter to a DOM Document, returning the DOM version.
output(org.jdom.Document) - Method in class org.jdom.output.SAXOutputter
This will output the JDOM Document, firing off the SAX events that have been registered.
output(org.jdom.Element,java.io.OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out an Element, including its Attributes, and its value, and all contained (child) elements etc.
output(org.jdom.Element,java.io.Writer) - Method in class org.jdom.output.XMLOutputter
Print out an Element, including its Attributes, and its value, and all contained (child) elements etc.
output(org.jdom.Element) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM Element parameter to a DOM Element, returning the DOM version.
output(org.jdom.Entity,java.io.OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out an Entity.
output(org.jdom.Entity,java.io.Writer) - Method in class org.jdom.output.XMLOutputter
Print out an Entity.
output(org.jdom.ProcessingInstruction,java.io.OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out a ProcessingInstruction
output(org.jdom.ProcessingInstruction,java.io.Writer) - Method in class org.jdom.output.XMLOutputter
Print out a ProcessingInstruction
outputElementContent(org.jdom.Element,java.io.Writer) - Method in class org.jdom.output.XMLOutputter
This will handle printing out an Element's content only, not including its tag, and attributes.
outputString(org.jdom.Document) - Method in class org.jdom.output.XMLOutputter
Return a string representing a document.
outputString(org.jdom.Element) - Method in class org.jdom.output.XMLOutputter
Return a string representing an element.

P

parseArgs(java.lang.String[],int) - Method in class org.jdom.output.XMLOutputter
parse command-line arguments of the form -omitEncoding -indentSize 3 ...
PartialList - class org.jdom.PartialList
PartialList defines a List that contains only part of a larger List, yet is still completely backed by that List.
PartialList(java.util.List,org.jdom.Element) - Constructor for class org.jdom.PartialList
As a starting point, take in the List that is the backing behind this List.
PartialList(java.util.List) - Constructor for class org.jdom.PartialList
As a starting point, take in the List that is the backing behind this List.
pop() - Method in class org.jdom.output.NamespaceStack
This will remove the topmost (most recently added) Namespace, and return its prefix.
printStack() - Method in class org.jdom.output.NamespaceStack
This will print out the size and current stack, from the most recently added Namespace to the "oldest," all to System.out.
printStackTrace() - Method in class org.jdom.JDOMException
This prints the stack trace of the Exception.
printStackTrace(java.io.PrintStream) - Method in class org.jdom.JDOMException
This prints the stack trace of the Exception to the given PrintStream.
printStackTrace(java.io.PrintWriter) - Method in class org.jdom.JDOMException
This prints the stack trace of the Exception to the given PrintWriter.
ProcessingInstruction - class org.jdom.ProcessingInstruction
ProcessingInstruction defines behavior for an XML processing instruction, modeled in Java.
ProcessingInstruction(java.lang.String,java.lang.String) - Constructor for class org.jdom.ProcessingInstruction
This will create a new ProcessingInstruction with the specified target and data.
processingInstruction(java.lang.String,java.lang.String) - Method in class org.jdom.input.SAXHandler
This will indicate that a processing instruction (other than the XML declaration) has been encountered.
ProcessingInstruction(java.lang.String,java.util.Map) - Constructor for class org.jdom.ProcessingInstruction
This will create a new ProcessingInstruction with the specified target and data.
ProjectXDOMAdapter - class org.jdom.adapters.ProjectXDOMAdapter
ProjectXDOMAdapater This class defines wrapper behavior for obtaining a DOM Document object from a Sun Project X DOM parser.
push(org.jdom.Namespace) - Method in class org.jdom.output.NamespaceStack
This will add a new Namespace to those currently available.

R

remove(int) - Method in class org.jdom.PartialList
Removes the element at the specified position in this list.
remove(java.lang.Object) - Method in class org.jdom.PartialList
Removes the first occurrence of the specified element in this list.
removeAttribute(java.lang.String,java.lang.String) - Method in class org.jdom.Element
This removes the attribute with the given name and within the given namespace URI.
removeAttribute(java.lang.String,org.jdom.Namespace) - Method in class org.jdom.Element
This removes the attribute with the given name and within the given Namespace.
removeAttribute(java.lang.String) - Method in class org.jdom.Element
This removes the attribute with the given name and within no namespace.
removeChild(java.lang.String,org.jdom.Namespace) - Method in class org.jdom.Element
This removes the first child element (one level deep) with the given local name and belonging to the given namespace.
removeChild(java.lang.String) - Method in class org.jdom.Element
This removes the first child element (one level deep) with the given local name and belonging to no namespace.
removeChildren() - Method in class org.jdom.Element
This removes all child elements.
removeChildren(java.lang.String,org.jdom.Namespace) - Method in class org.jdom.Element
This removes all child elements (one level deep) with the given local name and belonging to the given namespace.
removeChildren(java.lang.String) - Method in class org.jdom.Element
This removes all child elements (one level deep) with the given local name and belonging to no namespace.
removeContent(org.jdom.Comment) - Method in class org.jdom.Document
This removes the specified Comment.
removeContent(org.jdom.Comment) - Method in class org.jdom.Element
This removes the specified Comment.
removeContent(org.jdom.Element) - Method in class org.jdom.Element
This removes the specified Element.
removeContent(org.jdom.Entity) - Method in class org.jdom.Element
This removes the specified Entity.
removeContent(org.jdom.ProcessingInstruction) - Method in class org.jdom.Document
This removes the specified ProcessingInstruction.
removeContent(org.jdom.ProcessingInstruction) - Method in class org.jdom.Element
This removes the specified ProcessingInstruction.
removeFirst() - Method in class org.jdom.PartialList
Removes and returns the first element from this list.
removeLast() - Method in class org.jdom.PartialList
Removes and returns the last element from this list.
removeProcessingInstruction(java.lang.String) - Method in class org.jdom.Document
This will remove the first PI with the specified target.
removeProcessingInstructions(java.lang.String) - Method in class org.jdom.Document
This will remove all PIs with the specified target.
removeValue(java.lang.String) - Method in class org.jdom.ProcessingInstruction
This will remove the name/value pair with the specified name.

S

SAXBuilder - class org.jdom.input.SAXBuilder
SAXBuilder builds a JDOM tree using SAX.
SAXBuilder() - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder which will attempt to first locate a parser via JAXP, then will try to use a set of default SAX Drivers.
SAXBuilder(boolean) - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder which will attempt to first locate a parser via JAXP, then will try to use a set of default SAX Drivers.
SAXBuilder(java.lang.String,boolean) - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder using the specified SAX parser.
SAXBuilder(java.lang.String) - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder using the specified SAX parser.
SAXHandler - class org.jdom.input.SAXHandler
 
SAXHandler(org.jdom.Document) - Constructor for class org.jdom.input.SAXHandler
This will set the Document to use.
SAXOutputter - class org.jdom.output.SAXOutputter
SAXOutputter takes a JDOM tree and fires SAX2 events.
SAXOutputter(ContentHandler,ErrorHandler,DTDHandler,EntityResolver) - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter with the specified SAX2 handlers.
SAXOutputter(ContentHandler) - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter with the specified ContentHandler.
set(int,java.lang.Object) - Method in class org.jdom.PartialList
Replaces the element at the specified position in this list with the specified element.
setAttributes(java.util.List) - Method in class org.jdom.Element
This sets all the attributes for this element to be those in the given List; all existing attributes are removed.
setChildren(java.util.List) - Method in class org.jdom.Element
This sets the content of the element to be the List of Element objects within the supplied List.
setChildren(java.util.List) - Method in class org.jdom.Entity
This will set the children of this Entity to the Elements within the supplied :ost.
setContent(java.lang.String) - Method in class org.jdom.Entity
This will set the textual content of the Entity.
setContentHandler(ContentHandler) - Method in class org.jdom.output.SAXOutputter
This will set the ContentHandler.
setData(java.lang.String) - Method in class org.jdom.ProcessingInstruction
This will set the raw data for the PI.
setData(java.util.Map) - Method in class org.jdom.ProcessingInstruction
This will set the name/value pairs within the passed Map as the pairs for the data of this PI.
setDocType(org.jdom.DocType) - Method in class org.jdom.Document
This will set the DocType declaration for this Document.
setDTDHandler(DTDHandler) - Method in class org.jdom.input.SAXBuilder
This sets custom DTDHandler for the Builder.
setDTDHandler(DTDHandler) - Method in class org.jdom.output.SAXOutputter
This will set the DTDHandler.
setEncoding(java.lang.String) - Method in class org.jdom.output.XMLOutputter
 
setEntityResolver(EntityResolver) - Method in class org.jdom.input.SAXBuilder
This sets custom EntityResolver for the Builder.
setEntityResolver(EntityResolver) - Method in class org.jdom.output.SAXOutputter
This will set the EntityResolver.
setErrorHandler(ErrorHandler) - Method in class org.jdom.input.SAXBuilder
This sets custom ErrorHandler for the Builder.
setErrorHandler(ErrorHandler) - Method in class org.jdom.output.SAXOutputter
This will set the ErrorHandler.
setExpandEmptyElements(boolean) - Method in class org.jdom.output.XMLOutputter
This will set whether empty elements are expanded from <tagName> to <tagName></tagName>.
setIndent(boolean) - Method in class org.jdom.output.XMLOutputter
Set the indent on or off.
setIndent(java.lang.String) - Method in class org.jdom.output.XMLOutputter
This will set the indent String to use; this is usually a String of empty spaces.
setIndentLevel(int) - Method in class org.jdom.output.XMLOutputter
Set the initial indentation level.
setIndentSize(int) - Method in class org.jdom.output.XMLOutputter
This will set the indent String's size; an indentSize of 4 would result in the indention being equivalent to the String "    " (four space chars).
setLineSeparator(java.lang.String) - Method in class org.jdom.output.XMLOutputter
This will set the new-line separator.
setMixedContent(java.util.List) - Method in class org.jdom.Document
This will set all content for the Document.
setMixedContent(java.util.List) - Method in class org.jdom.Element
This sets the content of the element.
setMixedContent(java.util.List) - Method in class org.jdom.Entity
This will return the content of the element.
setNewlines(boolean) - Method in class org.jdom.output.XMLOutputter
 
setOmitEncoding(boolean) - Method in class org.jdom.output.XMLOutputter
This will set whether the XML declaration (<?xml version="1.0" encoding="UTF-8"?>) includes the encoding of the document.
setPadText(boolean) - Method in class org.jdom.output.XMLOutputter
Ensure that text immediately preceded by or followed by an element will be "padded" with a single space.
setProcessingInstructions(java.util.List) - Method in class org.jdom.Document
This sets the PIs for this Document to those in the ListsetPublicID(java.lang.String) - Method in class org.jdom.DocType
This will set the public ID of an externally referenced DTD.
setRootElement(org.jdom.Element) - Method in class org.jdom.Document
This sets the root Element for the Document.
setSuppressDeclaration(boolean) - Method in class org.jdom.output.XMLOutputter
This will set whether the XML declaration (<?xml version="1.0"?>) will be suppressed or not.
setSystemID(java.lang.String) - Method in class org.jdom.DocType
This will set the system ID of an externally referenced DTD.
setText(java.lang.String) - Method in class org.jdom.Comment
This will set the value of the Comment.
setText(java.lang.String) - Method in class org.jdom.Element
This sets the content of the element to be the text given.
setTrimText(boolean) - Method in class org.jdom.output.XMLOutputter
This will set whether the text is output verbatim (false) or with whitespace stripped as per org.jdom.Element.getTextTrim().
setValidation(boolean) - Method in class org.jdom.input.DOMBuilder
This sets validation for the builder.
setValidation(boolean) - Method in class org.jdom.input.SAXBuilder
This sets validation for the builder.
setValue(java.lang.String,java.lang.String) - Method in class org.jdom.ProcessingInstruction
This will set the value for the specified name/value pair.
setValue(java.lang.String) - Method in class org.jdom.Attribute
This will set the value of the Attribute.
setXMLFilter(XMLFilter) - Method in class org.jdom.input.SAXBuilder
This sets custom XMLFilter for the Builder.
size() - Method in class org.jdom.output.NamespaceStack
This returns the number of available namespaces.
startCDATA() - Method in class org.jdom.input.SAXHandler
Report a CDATA section - ignored in SAXBuilder.
startDTD(java.lang.String,java.lang.String,java.lang.String) - Method in class org.jdom.input.SAXHandler
This will signify that a DTD is being parsed, and can be used to ensure that comments and other lexical structures in the DTD are not added to the JDOM Document object.
startElement(java.lang.String,java.lang.String,java.lang.String,Attributes) - Method in class org.jdom.input.SAXHandler
This reports the occurrence of an actual element.
startEntity(java.lang.String) - Method in class org.jdom.input.SAXHandler
 
startPrefixMapping(java.lang.String,java.lang.String) - Method in class org.jdom.input.SAXHandler
This will add the prefix mapping to the JDOM Document object.

T

test - Class Diagram in org.jdom.test
 
toString() - Method in class org.jdom.Attribute
This returns a String representation of the Attribute, suitable for debugging.
toString() - Method in class org.jdom.CDATA
This returns a String representation of the CDATA, suitable for debugging.
toString() - Method in class org.jdom.Comment
This returns a String representation of the Comment, suitable for debugging.
toString() - Method in class org.jdom.DocType
This returns a String representation of the DocType, suitable for debugging.
toString() - Method in class org.jdom.Document
This returns a String representation of the Document, suitable for debugging.
toString() - Method in class org.jdom.Element
This returns a String representation of the Element, suitable for debugging.
toString() - Method in class org.jdom.Entity
This returns a String representation of the Entity, suitable for debugging.
toString() - Method in class org.jdom.Namespace
This returns a String representation of this Namespace, suitable for use in debugging.
toString() - Method in class org.jdom.ProcessingInstruction
This returns a String representation of the ProcessingInstruction, suitable for debugging.

V

Verifier - class org.jdom.Verifier
Verifier handles XML checks on names, data, and other verification tasks for JDOM.

W

warning(SAXParseException) - Method in class org.jdom.input.BuilderErrorHandler
This method is called when a warning has occurred; this indicates that while no XML rules were broken, something appears to be incorrect or missing.

X

XercesDOMAdapter - class org.jdom.adapters.XercesDOMAdapter
XercesDOMAdapater This class defines wrapper behavior for obtaining a DOM Document object from a Apache Xerces DOM parser.
XML_NAMESPACE - Static variable in class org.jdom.Namespace
 
XML4JDOMAdapter - class org.jdom.adapters.XML4JDOMAdapter
XML4JDOMAdapter This class defines wrapper behavior for obtaining a DOM Document object from an IBM XML4J DOM parser.
XMLOutputter - class org.jdom.output.XMLOutputter
XMLOutputter takes a JDOM tree and formats it to a stream as XML.
XMLOutputter() - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with no additional whitespace (indent or new lines) added; the whitespace from the element text content is fully preserved.
XMLOutputter(java.lang.String,boolean,java.lang.String) - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with the given indent and new lines printing only if newlines is true, and encoding format encoding.
XMLOutputter(java.lang.String,boolean) - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with the given indent that prints newlines only if newlines is true; all whitespace from the element text content is included as well.
XMLOutputter(java.lang.String) - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with the given indent added but no new lines added; all whitespace from the element text content is included as well.
XMLOutputter(org.jdom.output.XMLOutputter) - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with all the options as set in the given XMLOutputter.