JDOM 1.1.3.redhat-2
A B C D E F G H I J M N O P R S T U V W X 

A

AbstractDOMAdapter - Class in org.jdom.adapters
A DOMAdapter utility abstract base class.
AbstractDOMAdapter() - Constructor for class org.jdom.adapters.AbstractDOMAdapter
 
AbstractFilter - Class in org.jdom.filter
Partial implementation of Filter.
AbstractFilter() - Constructor for class org.jdom.filter.AbstractFilter
 
addContent(Parent, Content) - Method in class org.jdom.DefaultJDOMFactory
 
addContent(Content) - Method in class org.jdom.Document
Appends the child to the end of the content list.
addContent(Collection) - Method in class org.jdom.Document
Appends all children in the given collection to the end of the content list.
addContent(int, Content) - Method in class org.jdom.Document
Inserts the child into the content list at the given index.
addContent(int, Collection) - Method in class org.jdom.Document
Inserts the content in a collection into the content list at the given index.
addContent(String) - Method in class org.jdom.Element
This adds text content to this element.
addContent(Content) - Method in class org.jdom.Element
Appends the child to the end of the element's content list.
addContent(Collection) - Method in class org.jdom.Element
Appends all children in the given collection to the end of the content list.
addContent(int, Content) - Method in class org.jdom.Element
Inserts the child into the content list at the given index.
addContent(int, Collection) - Method in class org.jdom.Element
Inserts the content in a collection into the content list at the given index.
addContent(Parent, Content) - Method in interface org.jdom.JDOMFactory
 
addContent(Parent, Content) - Method in class org.jdom.UncheckedJDOMFactory
 
additionalNamespaces - Variable in class org.jdom.Element
Additional namespace declarations to store on this element; useful during output
addNamespace(Namespace) - Method in class org.jdom.xpath.XPath
Adds a namespace definition to the list of namespaces known of this XPath expression.
addNamespace(String, String) - Method in class org.jdom.xpath.XPath
Adds a namespace definition (prefix and URI) to the list of namespaces known of this XPath expression.
addNamespaceDeclaration(Element, Namespace) - Method in class org.jdom.DefaultJDOMFactory
 
addNamespaceDeclaration(Namespace) - Method in class org.jdom.Element
Adds a namespace declarations to this element.
addNamespaceDeclaration(Element, Namespace) - Method in interface org.jdom.JDOMFactory
 
addNamespaceDeclaration(Element, Namespace) - Method in class org.jdom.UncheckedJDOMFactory
 
and(Filter) - Method in class org.jdom.filter.AbstractFilter
 
append(String) - Method in class org.jdom.CDATA
This will append character content to whatever content already exists within this CDATA node.
append(Text) - Method in class org.jdom.CDATA
This will append the content of another Text node to this node.
append(String) - Method in class org.jdom.Text
This will append character content to whatever content already exists within this Text node.
append(Text) - Method in class org.jdom.Text
This will append the content of another Text node to this node.
Attribute - Class in org.jdom
An XML attribute.
Attribute() - Constructor for class org.jdom.Attribute
Default, no-args constructor for implementations to use if needed.
Attribute(String, String, 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(String, String, int, Namespace) - Constructor for class org.jdom.Attribute
This will create a new Attribute with the specified (local) name, value, and type, and in the provided Namespace.
Attribute(String, 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.
Attribute(String, String, int) - Constructor for class org.jdom.Attribute
This will create a new Attribute with the specified (local) name, value and type, and does not place the attribute in a Namespace.
attribute(String, String, Namespace) - Method in class org.jdom.DefaultJDOMFactory
 
attribute(String, String, int, Namespace) - Method in class org.jdom.DefaultJDOMFactory
 
attribute(String, String) - Method in class org.jdom.DefaultJDOMFactory
 
attribute(String, String, int) - Method in class org.jdom.DefaultJDOMFactory
 
attribute(String, String, Namespace) - Method in interface org.jdom.JDOMFactory
This will create a new Attribute with the specified (local) name and value, and in the provided Namespace.
attribute(String, String, int, Namespace) - Method in interface org.jdom.JDOMFactory
This will create a new Attribute with the specified (local) name, value, and type, and in the provided Namespace.
attribute(String, String) - Method in interface org.jdom.JDOMFactory
This will create a new Attribute with the specified (local) name and value, and does not place the attribute in a Namespace.
attribute(String, String, int) - Method in interface org.jdom.JDOMFactory
This will create a new Attribute with the specified (local) name, value and type, and does not place the attribute in a Namespace.
attribute(String, String, Namespace) - Method in class org.jdom.UncheckedJDOMFactory
 
attribute(String, String, int, Namespace) - Method in class org.jdom.UncheckedJDOMFactory
 
attribute(String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
attribute(String, String, int) - Method in class org.jdom.UncheckedJDOMFactory
 
attributeDecl(String, String, String, String, String) - Method in class org.jdom.input.SAXHandler
This handles an attribute declaration in the internal subset.

B

baseURI - Variable in class org.jdom.Document
See http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html#baseURIs-Considerations
build(Document) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM tree from an existing DOM tree.
build(Element) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM Element from an existing DOM Element
build(InputSource) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input source.
build(InputStream) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input stream.
build(File) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied filename.
build(URL) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied URL.
build(InputStream, String) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input stream.
build(Reader) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied Reader.
build(Reader, String) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied Reader.
build(String) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied URI.
BuilderErrorHandler - Class in org.jdom.input
The standard JDOM error handler implementation.
BuilderErrorHandler() - Constructor for class org.jdom.input.BuilderErrorHandler
 

C

CDATA - Class in org.jdom
An XML CDATA section.
CDATA() - Constructor for class org.jdom.CDATA
This is the protected, no-args constructor standard in all JDOM classes.
CDATA(String) - Constructor for class org.jdom.CDATA
This constructor creates a new CDATA node, with the supplied string value as it's character content.
cdata(String) - Method in class org.jdom.DefaultJDOMFactory
 
CDATA - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM CDATA objects
cdata(String) - Method in interface org.jdom.JDOMFactory
This creates the CDATA with the supplied text.
cdata(String) - Method in class org.jdom.UncheckedJDOMFactory
 
CDATA_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a string.
characters(char[], int, int) - Method in class org.jdom.input.SAXHandler
This will report character data (within an element).
checkAttributeName(String) - Static method in class org.jdom.Verifier
This will check the supplied name to see if it is legal for use as a JDOM Attribute name.
checkCDATASection(String) - Static method in class org.jdom.Verifier
This will check the supplied data to see if it is legal for use as JDOM CDATA.
checkCharacterData(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(String) - Static method in class org.jdom.Verifier
This will check the supplied data to see if it is legal for use as JDOM Comment data.
checkElementName(String) - Static method in class org.jdom.Verifier
This will check the supplied name to see if it is legal for use as a JDOM Element name.
checkNamespaceCollision(Namespace, Namespace) - Static method in class org.jdom.Verifier
Check if two namespaces collide.
checkNamespaceCollision(Attribute, Element) - Static method in class org.jdom.Verifier
Check if Attribute's namespace collides with a Element's namespace.
checkNamespaceCollision(Namespace, Element) - Static method in class org.jdom.Verifier
Check if a Namespace collides with a Element's namespace.
checkNamespaceCollision(Namespace, Attribute) - Static method in class org.jdom.Verifier
Check if a Namespace collides with a Attribute's namespace.
checkNamespaceCollision(Namespace, List) - Static method in class org.jdom.Verifier
Check if a Namespace collides with any namespace from a list of objects.
checkNamespacePrefix(String) - Static method in class org.jdom.Verifier
This will check the supplied name to see if it is legal for use as a JDOM Namespace prefix.
checkNamespaceURI(String) - Static method in class org.jdom.Verifier
This will check the supplied name to see if it is legal for use as a JDOM Namespace URI.
checkProcessingInstructionData(String) - Static method in class org.jdom.Verifier
This will check the supplied data to see if it is legal for use as ProcessingInstruction data.
checkProcessingInstructionTarget(String) - Static method in class org.jdom.Verifier
This will check the supplied data to see if it is legal for use as a JDOM ProcessingInstruction target.
checkPublicID(String) - Static method in class org.jdom.Verifier
This will ensure that the data for a public identifier is legal.
checkSystemLiteral(String) - Static method in class org.jdom.Verifier
This will ensure that the data for a system literal is legal.
checkURI(String) - Static method in class org.jdom.Verifier
Checks a string to see if it is a legal RFC 2396 URI.
checkXMLName(String) - Static method in class org.jdom.Verifier
This is a utility function for sharing the base process of checking any XML name.
clone() - Method in class org.jdom.Attribute
This will return a clone of this Attribute.
clone() - Method in class org.jdom.Content
Returns a deep, unattached copy of this child and its descendants detached from any parent or document.
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.output.Format
 
clone() - Method in class org.jdom.output.XMLOutputter
Returns a copy of this XMLOutputter.
clone() - Method in interface org.jdom.Parent
Obtain a deep, unattached copy of this parent and it's children.
clone() - Method in class org.jdom.ProcessingInstruction
This will return a clone of this ProcessingInstruction.
clone() - Method in class org.jdom.Text
This will return a clone of this Text node, with the same character content, but no parent.
cloneContent() - Method in class org.jdom.Document
 
cloneContent() - Method in class org.jdom.Element
 
cloneContent() - Method in interface org.jdom.Parent
Returns a list containing detached clones of this parent's content list.
Comment - Class in org.jdom
An XML comment.
Comment() - Constructor for class org.jdom.Comment
Default, no-args constructor for implementations to use if needed.
Comment(String) - Constructor for class org.jdom.Comment
This creates the comment with the supplied text.
comment(String) - Method in class org.jdom.DefaultJDOMFactory
 
COMMENT - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM Comment objects
comment(char[], int, int) - Method in class org.jdom.input.SAXHandler
This reports that a comments is parsed.
comment(String) - Method in interface org.jdom.JDOMFactory
This creates the comment with the supplied text.
comment(String) - Method in class org.jdom.UncheckedJDOMFactory
 
configureContentHandler(SAXHandler) - Method in class org.jdom.input.SAXBuilder
This configures the SAXHandler that will be used to build the Document.
configureParser(XMLReader, SAXHandler) - Method in class org.jdom.input.SAXBuilder
This configures the XMLReader to be used for reading the XML document.
Content - Class in org.jdom
Superclass for JDOM objects which can be legal child content of Parent nodes.
Content() - Constructor for class org.jdom.Content
 
ContentFilter - Class in org.jdom.filter
A general purpose Filter able to represent all legal JDOM objects or a specific subset.
ContentFilter() - Constructor for class org.jdom.filter.ContentFilter
Default constructor that allows any legal JDOM objects.
ContentFilter(boolean) - Constructor for class org.jdom.filter.ContentFilter
Set whether all JDOM objects are visible or not.
ContentFilter(int) - Constructor for class org.jdom.filter.ContentFilter
Filter out JDOM objects according to a filtering mask.
createContentHandler() - Method in class org.jdom.input.SAXBuilder
This creates the SAXHandler that will be used to build the Document.
createDocument() - Method in class org.jdom.adapters.AbstractDOMAdapter
This creates an empty Document object based on a specific parser implementation.
createDocument(DocType) - Method in class org.jdom.adapters.AbstractDOMAdapter
This creates an empty Document object based on a specific parser implementation with the given DOCTYPE.
createDocument() - Method in class org.jdom.adapters.CrimsonDOMAdapter
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.
createDocument(DocType) - Method in interface org.jdom.adapters.DOMAdapter
This creates an empty Document object based on a specific parser implementation with the given DOCTYPE.
createDocument() - Method in class org.jdom.adapters.JAXPDOMAdapter
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.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.
createParser() - Method in class org.jdom.input.SAXBuilder
This creates the XMLReader to be used for reading the XML document.
createParser() - Method in class org.jdom.output.SAXOutputter
Creates a SAX XMLReader.
CrimsonDOMAdapter - Class in org.jdom.adapters
An adapter for the Apache Crimson DOM parser.
CrimsonDOMAdapter() - Constructor for class org.jdom.adapters.CrimsonDOMAdapter
 
currentFormat - Variable in class org.jdom.output.XMLOutputter
 

D

DataConversionException - Exception in org.jdom
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.jdom.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.jdom.Verifier
This is a utility function to decode a non-BMP UTF-16 surrogate pair.
DefaultJDOMFactory - Class in org.jdom
Creates the standard top-level JDOM classes (Element, Document, Comment, etc).
DefaultJDOMFactory() - Constructor for class org.jdom.DefaultJDOMFactory
 
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.Content
Detaches this child from its parent or does nothing if the child has no parent.
detachRootElement() - Method in class org.jdom.Document
Detach the root Element from this document.
docType(String, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
docType(String, String) - Method in class org.jdom.DefaultJDOMFactory
 
docType(String) - Method in class org.jdom.DefaultJDOMFactory
 
DocType - Class in org.jdom
An XML DOCTYPE declaration.
DocType() - Constructor for class org.jdom.DocType
Default, no-args constructor for implementations to use if needed.
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.
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) - Constructor for class org.jdom.DocType
This will create the DocType with the specified element name
DOCTYPE - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM DocType object
docType(String, String, String) - Method in interface org.jdom.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.jdom.JDOMFactory
This will create the DocType with the specified element name and reference to an external DTD.
docType(String) - Method in interface org.jdom.JDOMFactory
This will create the DocType with the specified element name
docType(String, String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
docType(String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
docType(String) - Method in class org.jdom.UncheckedJDOMFactory
 
document(Element, DocType) - Method in class org.jdom.DefaultJDOMFactory
 
document(Element, DocType, String) - Method in class org.jdom.DefaultJDOMFactory
 
document(Element) - Method in class org.jdom.DefaultJDOMFactory
 
Document - Class in org.jdom
An XML document.
Document() - Constructor for class org.jdom.Document
Creates a new empty document.
Document(Element, DocType, String) - Constructor for class org.jdom.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.jdom.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.jdom.Document
This will create a new Document, with the supplied Element as the root element, and no DocType declaration.
Document(List) - Constructor for class org.jdom.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.jdom.filter.ContentFilter
Mask for JDOM Document object
document(Element, DocType) - Method in interface org.jdom.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.jdom.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.jdom.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.jdom.UncheckedJDOMFactory
 
document(Element, DocType) - Method in class org.jdom.UncheckedJDOMFactory
 
document(Element) - Method in class org.jdom.UncheckedJDOMFactory
 
DOMAdapter - Interface in org.jdom.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.jdom.input
Builds a JDOM org.jdom.Document from a pre-existing DOM org.w3c.dom.Document.
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(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 in org.jdom.output
Outputs a JDOM org.jdom.Document as a DOM org.w3c.dom.Document.
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.

E

element(String, Namespace) - Method in class org.jdom.DefaultJDOMFactory
 
element(String) - Method in class org.jdom.DefaultJDOMFactory
 
element(String, String) - Method in class org.jdom.DefaultJDOMFactory
 
element(String, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
Element - Class in org.jdom
An XML element.
Element() - Constructor for class org.jdom.Element
This protected constructor is provided in order to support an Element subclass that wants full control over variable initialization.
Element(String, Namespace) - Constructor for class org.jdom.Element
Creates a new element with the supplied (local) name and namespace.
Element(String) - Constructor for class org.jdom.Element
Create a new element with the supplied (local) name and no namespace.
Element(String, String) - Constructor for class org.jdom.Element
Creates a new element with the supplied (local) name and a namespace given by a URI.
Element(String, String, String) - Constructor for class org.jdom.Element
Creates a new element with the supplied (local) name and a namespace given by the supplied prefix and URI combination.
ELEMENT - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM Element objects
element(String, Namespace) - Method in interface org.jdom.JDOMFactory
This will create a new Element with the supplied (local) name, and define the Namespace to be used.
element(String) - Method in interface org.jdom.JDOMFactory
This will create an Element in no Namespace.
element(String, String) - Method in interface org.jdom.JDOMFactory
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(String, String, String) - Method in interface org.jdom.JDOMFactory
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(String, Namespace) - Method in class org.jdom.UncheckedJDOMFactory
 
element(String) - Method in class org.jdom.UncheckedJDOMFactory
 
element(String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
element(String, String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
elementDecl(String, String) - Method in class org.jdom.input.SAXHandler
Handle an element declaration in a DTD.
ElementFilter - Class in org.jdom.filter
A Filter that only matches Element objects.
ElementFilter() - Constructor for class org.jdom.filter.ElementFilter
Select only the Elements.
ElementFilter(String) - Constructor for class org.jdom.filter.ElementFilter
Select only the Elements with the supplied name in any Namespace.
ElementFilter(Namespace) - Constructor for class org.jdom.filter.ElementFilter
Select only the Elements with the supplied Namespace.
ElementFilter(String, Namespace) - Constructor for class org.jdom.filter.ElementFilter
Select only the Elements with the supplied name and Namespace.
elementName - Variable in class org.jdom.DocType
The element being constrained
endCDATA() - Method in class org.jdom.input.SAXHandler
Report a CDATA section
endDTD() - Method in class org.jdom.input.SAXHandler
This signifies that the reading of the DTD is complete.
endElement(String, String, String) - Method in class org.jdom.input.SAXHandler
Indicates the end of an element (</[element name]>) is reached.
endEntity(String) - Method in class org.jdom.input.SAXHandler
 
ENTITIES_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a list of entity names.
ENTITY_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is the name of an entity.
entityRef(String) - Method in class org.jdom.DefaultJDOMFactory
 
entityRef(String, String, String) - Method in class org.jdom.DefaultJDOMFactory
 
entityRef(String, String) - Method in class org.jdom.DefaultJDOMFactory
 
EntityRef - Class in org.jdom
An XML entity reference.
EntityRef() - Constructor for class org.jdom.EntityRef
Default, no-args constructor for implementations to use if needed.
EntityRef(String) - Constructor for class org.jdom.EntityRef
This will create a new EntityRef with the supplied name.
EntityRef(String, String) - Constructor for class org.jdom.EntityRef
This will create a new EntityRef with the supplied name and system id.
EntityRef(String, String, String) - Constructor for class org.jdom.EntityRef
This will create a new EntityRef with the supplied name, public id, and system id.
ENTITYREF - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM EntityRef objects
entityRef(String) - Method in interface org.jdom.JDOMFactory
This will create a new EntityRef with the supplied name.
entityRef(String, String, String) - Method in interface org.jdom.JDOMFactory
This will create a new EntityRef with the supplied name, public ID, and system ID.
entityRef(String, String) - Method in interface org.jdom.JDOMFactory
This will create a new EntityRef with the supplied name and system ID.
entityRef(String) - Method in class org.jdom.UncheckedJDOMFactory
 
entityRef(String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
entityRef(String, String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
ENUMERATED_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a name token from an enumeration.
equals(Object) - Method in class org.jdom.Attribute
This tests for equality of this Attribute to the supplied Object.
equals(Object) - Method in class org.jdom.Content
This tests for equality of this Content object to the supplied object.
equals(Object) - Method in class org.jdom.Document
This tests for equality of this Document to the supplied Object.
equals(Object) - Method in class org.jdom.filter.ContentFilter
Returns whether the two filters are equivalent (i.e. the matching mask values are identical).
equals(Object) - Method in class org.jdom.filter.ElementFilter
Returns whether the two filters are equivalent (i.e. the matching names and namespace are equivalent).
equals(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.
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.
escapeAttributeEntities(String) - Method in class org.jdom.output.XMLOutputter
This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
escapeElementEntities(String) - Method in class org.jdom.output.XMLOutputter
This will take the three pre-defined entities in XML 1.0 (used specifically in XML elements) and convert their character representation to the appropriate entity reference, suitable for XML element content.
EscapeStrategy - Interface in org.jdom.output
Logic to determine which characters should be formatted as character entities.
externalEntityDecl(String, String, String) - Method in class org.jdom.input.SAXHandler
This is called when the parser encounters an external entity declaration.

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.
Filter - Interface in org.jdom.filter
A generalized filter to restrict visibility or mutability on a list.
flushCharacters() - Method in class org.jdom.input.SAXHandler
This will flush any characters from SAX character calls we've been buffering.
flushCharacters(String) - Method in class org.jdom.input.SAXHandler
Flush the given string into the document.
Format - Class in org.jdom.output
Class to encapsulate XMLOutputter format options.
Format.TextMode - Class in org.jdom.output
Class to signify how text should be handled on output.

G

getAdditionalNamespaces() - Method in class org.jdom.Element
Returns a list of the additional namespace declarations on this element.
getAttribute(String) - Method in class org.jdom.Element
This returns the attribute for this element with the given name and within no namespace, or null if no such attribute exists.
getAttribute(String, Namespace) - Method in class org.jdom.Element
This returns the attribute for this element with the given name and within the given Namespace, or null if no such attribute exists.
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.
getAttributeType() - Method in class org.jdom.Attribute
This will return the actual declared type of this Attribute.
getAttributeValue(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.
getAttributeValue(String, String) - Method in class org.jdom.Element
This returns the attribute value for the attribute with the given name and within no namespace, or the passed-in default if there is no such attribute.
getAttributeValue(String, 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(String, Namespace, String) - Method in class org.jdom.Element
This returns the attribute value for the attribute with the given name and within the given Namespace, or the passed-in default if there is no such attribute.
getBaseURI() - Method in class org.jdom.Document
Returns the URI from which this document was loaded, or null if this is not known.
getBooleanValue() - Method in class org.jdom.Attribute
This gets the effective boolean value of the attribute, or throws a DataConversionException if a conversion can't be performed.
getCause() - Method in exception org.jdom.JDOMException
This will return the root cause Throwable, or null if one does not exist.
getChild(String, 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(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(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.
getChildren(String, 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.
getChildText(String) - Method in class org.jdom.Element
Returns the textual content of the named child element, or null if there's no such child.
getChildText(String, Namespace) - Method in class org.jdom.Element
Returns the textual content of the named child element, or null if there's no such child.
getChildTextNormalize(String) - Method in class org.jdom.Element
Returns the normalized textual content of the named child element, or null if there's no such child.
getChildTextNormalize(String, Namespace) - Method in class org.jdom.Element
Returns the normalized textual content of the named child element, or null if there's no such child.
getChildTextTrim(String) - Method in class org.jdom.Element
Returns the trimmed textual content of the named child element, or null if there's no such child.
getChildTextTrim(String, Namespace) - Method in class org.jdom.Element
Returns the trimmed textual content of the named child element, or null if there's no such child.
getColumnNumber() - Method in exception org.jdom.input.JDOMParseException
Returns the column number of the end of the text where the parse error occurred.
getCompactFormat() - Static method in class org.jdom.output.Format
Returns a new Format object that performs whitespace normalization, uses the UTF-8 encoding, doesn't expand empty elements, includes the declaration and encoding, and uses the default entity escape strategy.
getContent(int) - Method in class org.jdom.Document
 
getContent() - Method in class org.jdom.Document
This will return all content for the Document.
getContent(Filter) - Method in class org.jdom.Document
Return a filtered view of this Document's content.
getContent() - Method in class org.jdom.Element
This returns the full content of the element as a List which may contain objects of type Text, Element, Comment, ProcessingInstruction, CDATA, and EntityRef.
getContent(Filter) - Method in class org.jdom.Element
Return a filter view of this Element's content.
getContent(int) - Method in class org.jdom.Element
 
getContent(int) - Method in interface org.jdom.Parent
Returns the child at the given index.
getContent() - Method in interface org.jdom.Parent
Returns the full content of this parent as a List which contains objects of type Content.
getContent(Filter) - Method in interface org.jdom.Parent
Returns as a List the content of this parent that matches the supplied filter.
getContentHandler() - Method in class org.jdom.output.SAXOutputter
Returns the registered ContentHandler.
getContentSize() - Method in class org.jdom.Document
 
getContentSize() - Method in class org.jdom.Element
 
getContentSize() - Method in interface org.jdom.Parent
Returns the number of children in this parent's content list.
getCurrentElement() - Method in class org.jdom.input.SAXHandler
Returns the being-parsed element.
getData() - Method in class org.jdom.ProcessingInstruction
This will return the raw data from all instructions.
getDeclHandler() - Method in class org.jdom.output.SAXOutputter
Return the registered DeclHandler.
getDescendants() - Method in class org.jdom.Document
Returns an iterator that walks over all descendants in document order.
getDescendants(Filter) - Method in class org.jdom.Document
Returns an iterator that walks over all descendants in document order applying the Filter to return only elements that match the filter rule.
getDescendants() - Method in class org.jdom.Element
Returns an iterator that walks over all descendants in document order.
getDescendants(Filter) - Method in class org.jdom.Element
Returns an iterator that walks over all descendants in document order applying the Filter to return only elements that match the filter rule.
getDescendants() - Method in interface org.jdom.Parent
Returns an Iterator that walks over all descendants in document order.
getDescendants(Filter) - Method in interface org.jdom.Parent
Returns an Iterator that walks over all descendants in document order applying the Filter to return only elements that match the filter rule.
getDocType() - Method in class org.jdom.Document
This will return the DocType declaration for this Document, or null if none exists.
getDocument(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(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(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(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(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.
getDocument(InputStream, boolean) - Method in class org.jdom.adapters.JAXPDOMAdapter
This creates a new Document from an existing InputStream by letting a JAXP parser handle parsing using the supplied stream.
getDocument(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(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(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(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() - Method in class org.jdom.Attribute
This retrieves the owning Document for this Attribute, or null if not a currently a member of a Document.
getDocument() - Method in class org.jdom.Content
Return this child's owning document or null if the branch containing this child is currently not attached to a document.
getDocument() - Method in class org.jdom.Document
 
getDocument() - Method in class org.jdom.input.SAXHandler
Returns the document.
getDocument() - Method in interface org.jdom.Parent
Return this parent's owning document or null if the branch containing this parent is currently not attached to a document.
getDocument() - Method in class org.jdom.transform.JDOMResult
Returns the result of an XSL Transformation as a JDOM document.
getDocument() - Method in class org.jdom.transform.JDOMSource
Returns the source document used by this TrAX source.
getDocumentLocator() - Method in class org.jdom.input.SAXHandler
Provides access to the Locator object provided by the SAX parser.
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
getDriverClass() - Method in class org.jdom.input.SAXBuilder
Returns the driver class assigned in the constructor, or null if none.
getDTDHandler() - Method in class org.jdom.input.SAXBuilder
Returns the DTDHandler assigned, or null if none.
getDTDHandler() - Method in class org.jdom.output.SAXOutputter
Return the registered DTDHandler.
getElementName() - Method in class org.jdom.DocType
This will retrieve the element name being constrained.
getEncoding() - Method in class org.jdom.output.Format
Returns the configured output encoding.
getEntityResolver() - Method in class org.jdom.input.SAXBuilder
Returns the EntityResolver assigned, or null if none.
getEntityResolver() - Method in class org.jdom.output.SAXOutputter
Return the registered EntityResolver.
getErrorHandler() - Method in class org.jdom.input.SAXBuilder
Returns the ErrorHandler assigned, or null if none.
getErrorHandler() - Method in class org.jdom.output.SAXOutputter
Return the registered ErrorHandler.
getEscapeStrategy() - Method in class org.jdom.output.Format
Returns the current escape strategy
getExpandEmptyElements() - Method in class org.jdom.output.Format
Returns whether empty elements are expanded.
getExpandEntities() - Method in class org.jdom.input.SAXBuilder
Returns whether or not entities are being expanded into normal text content.
getExpandEntities() - Method in class org.jdom.input.SAXHandler
Returns whether or not entities will be expanded during the build.
getFactory() - Method in class org.jdom.input.DOMBuilder
Returns the current JDOMFactory in use.
getFactory() - Method in class org.jdom.input.SAXBuilder
Returns the current JDOMFactory in use.
getFactory() - Method in class org.jdom.input.SAXHandler
Returns the factory used for constructing objects.
getFactory() - Method in class org.jdom.transform.JDOMResult
Returns the custom JDOMFactory used to build the transformation result.
getFactory() - Method in class org.jdom.transform.XSLTransformer
Returns the custom JDOMFactory used to build the transformation result.
getFeature(String) - Method in class org.jdom.output.SAXOutputter
This will look up the value of a SAX feature.
getFilterMask() - Method in class org.jdom.filter.ContentFilter
Return current filtering mask.
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
getForceNamespaceAware() - Method in class org.jdom.output.DOMOutputter
Returns whether DOMs will be constructed with namespaces even when the source document has elements all in the empty namespace.
getFormat() - Method in class org.jdom.output.XMLOutputter
Returns the current format in use by the outputter.
getIgnoreTrAXEscapingPIs() - Method in class org.jdom.output.Format
Returns whether JAXP TrAX processing instructions for disabling/enabling output escaping are ignored.
getIgnoringBoundaryWhitespace() - Method in class org.jdom.input.SAXBuilder
Returns whether or not the parser will elminate element content containing only whitespace.
getIgnoringBoundaryWhitespace() - Method in class org.jdom.input.SAXHandler
Returns whether or not the parser will elminate element content containing only whitespace.
getIgnoringElementContentWhitespace() - Method in class org.jdom.input.SAXBuilder
Returns whether element content whitespace is to be ignored during the build.
getIgnoringElementContentWhitespace() - Method in class org.jdom.input.SAXHandler
Returns whether or not the parser will elminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
getIndent() - Method in class org.jdom.output.Format
Returns the indent string in use.
getInternalSubset() - Method in class org.jdom.DocType
This returns the data for the internal subset.
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
getLexicalHandler() - Method in class org.jdom.output.SAXOutputter
Return the registered LexicalHandler.
getLineNumber() - Method in exception org.jdom.input.JDOMParseException
Returns the line number of the end of the text where the parse error occurred.
getLineSeparator() - Method in class org.jdom.output.Format
Returns the current line separator.
getLocator() - Method in class org.jdom.output.SAXOutputter
Returns a JDOMLocator object referencing the node currently being processed by this outputter.
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 exception org.jdom.JDOMException
This returns the message for the Exception.
getName() - Method in class org.jdom.Attribute
This will retrieve the local name of the Attribute.
getName() - Method in class org.jdom.Element
Returns the (local) name of the element (without any namespace prefix).
getName() - Method in class org.jdom.EntityRef
This returns the name of the EntityRef.
getNamespace() - Method in class org.jdom.Attribute
This will return this Attribute's Namespace.
getNamespace() - Method in class org.jdom.Element
Returns the element's Namespace.
getNamespace(String) - Method in class org.jdom.Element
Returns the Namespace corresponding to the given prefix in scope for this element.
getNamespace(String, 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(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
Returns the namespace prefix of the element or an empty string if none 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
Returns the namespace URI mapped to this element's prefix (or the in-scope default namespace URI if no prefix).
getNode() - Method in class org.jdom.output.JDOMLocator
Returns the JDOM node being processed by SAXOutputter.
getNodes() - Method in class org.jdom.transform.JDOMSource
Returns the source node list used by this TrAX source.
getOmitDeclaration() - Method in class org.jdom.output.Format
Returns whether the XML declaration will be omitted.
getOmitEncoding() - Method in class org.jdom.output.Format
Returns whether the XML declaration encoding will be omitted.
getParent() - Method in class org.jdom.Attribute
This will return the parent of this Attribute.
getParent() - Method in class org.jdom.Content
Return this child's parent, or null if this child is currently not attached.
getParent() - Method in class org.jdom.Document
 
getParent() - Method in interface org.jdom.Parent
Return this parent's parent, or null if this parent is currently not attached to another parent.
getParentElement() - Method in class org.jdom.Content
A convenience method that returns any parent element for this element, or null if the element is unattached or is a root element.
getPartialDocument() - Method in exception org.jdom.input.JDOMParseException
Returns the partial document that was successfully built before the error occurred.
getPrefix() - Method in class org.jdom.Namespace
This returns the prefix mapped to this Namespace.
getPrettyFormat() - Static method in class org.jdom.output.Format
Returns a new Format object that performs whitespace beautification with 2-space indents, uses the UTF-8 encoding, doesn't expand empty elements, includes the declaration and encoding, and uses the default entity escape strategy.
getProperty(String) - Method in class org.jdom.Document
Returns the object associated with this document under the given "id" string, or null if there is no binding or if the binding explicitly stored a null value.
getProperty(String) - Method in class org.jdom.output.SAXOutputter
This will look up the value of a SAX property.
getPseudoAttributeNames() - Method in class org.jdom.ProcessingInstruction
This will return a List containing the names of the "attribute" style pieces of name/value pairs in this PI's data.
getPseudoAttributeValue(String) - Method in class org.jdom.ProcessingInstruction
This will return the value for a specific name/value pair on the PI.
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.
getPublicID() - Method in class org.jdom.EntityRef
This will return the publid ID of this EntityRef.
getPublicId() - Method in exception org.jdom.input.JDOMParseException
Returns the public identifier of the entity where the parse error occurred.
getQualifiedName() - Method in class org.jdom.Attribute
This will retrieve the qualified name of the Attribute.
getQualifiedName() - Method in class org.jdom.Element
Returns the full name of the element, in the form [namespacePrefix]:[localName].
getRawFormat() - Static method in class org.jdom.output.Format
Returns a new Format object that performs no whitespace changes, uses the UTF-8 encoding, doesn't expand empty elements, includes the declaration and encoding, and uses the default entity escape strategy.
getReportDTDEvents() - Method in class org.jdom.output.SAXOutputter
Returns whether DTD events will be reported.
getReportNamespaceDeclarations() - Method in class org.jdom.output.SAXOutputter
Returns whether attribute namespace declarations shall be reported as "xmlns" attributes.
getResult() - Method in class org.jdom.transform.JDOMResult
Returns the result of an XSL Transformation as a list of JDOM nodes.
getReuseParser() - Method in class org.jdom.input.SAXBuilder
Returns whether the contained SAX parser instance is reused across multiple parses.
getRootElement() - Method in class org.jdom.Document
This will return the root Element for this 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.
getSystemID() - Method in class org.jdom.EntityRef
This will return the system ID of this EntityRef.
getSystemId() - Method in exception org.jdom.input.JDOMParseException
Returns the system identifier of the entity where the parse error occurred.
getTarget() - Method in class org.jdom.ProcessingInstruction
This will retrieve the target of the PI.
getText() - Method in class org.jdom.Comment
This returns the textual data within the Comment.
getText() - Method in class org.jdom.Element
Returns the textual content directly held under this element as a string.
getText() - Method in class org.jdom.Text
This returns the value of this Text node as a Java String.
getTextMode() - Method in class org.jdom.output.Format
Returns the current text output style.
getTextNormalize() - Method in class org.jdom.Element
Returns the textual content of this element with all surrounding whitespace removed and internal whitespace normalized to a single space.
getTextNormalize() - Method in class org.jdom.Text
This returns the textual content with all surrounding whitespace removed and internal whitespace normalized to a single space.
getTextTrim() - Method in class org.jdom.Element
Returns the textual content of this element with all surrounding whitespace removed.
getTextTrim() - Method in class org.jdom.Text
This returns the textual content with all surrounding whitespace removed.
getURI() - Method in class org.jdom.Namespace
This returns the namespace URI for this Namespace.
getValidation() - Method in class org.jdom.input.SAXBuilder
Returns whether validation is to be performed during the build.
getValue() - Method in class org.jdom.Attribute
This will return the actual textual value of this Attribute.
getValue() - Method in class org.jdom.Comment
Returns the XPath 1.0 string value of this element, which is the text of this comment.
getValue() - Method in class org.jdom.Content
Returns the XPath 1.0 string value of this child.
getValue() - Method in class org.jdom.DocType
Returns the empty string since doctypes don't have an XPath 1.0 string value.
getValue() - Method in class org.jdom.Element
Returns the XPath 1.0 string value of this element, which is the complete, ordered content of all text node descendants of this element (i.e. the text that's left after all references are resolved and all other markup is stripped out.)
getValue() - Method in class org.jdom.EntityRef
Returns the empty string since entity references don't have an XPath 1.0 string value.
getValue() - Method in class org.jdom.ProcessingInstruction
Returns the XPath 1.0 string value of this element, which is the data of this PI.
getValue() - Method in class org.jdom.Text
Returns the XPath 1.0 string value of this element, which is the text itself.
getXMLFilter() - Method in class org.jdom.input.SAXBuilder
Returns the XMLFilter used during parsing, or null if none.
getXMLReader() - Method in class org.jdom.transform.JDOMSource
Returns the XMLReader to be used for the Source.
getXPath() - Method in class org.jdom.xpath.XPath
Returns the wrapped XPath expression as a string.

H

hashCode() - Method in class org.jdom.Attribute
This returns the hash code for this Attribute.
hashCode() - Method in class org.jdom.Content
This returns the hash code for this Content item.
hashCode() - Method in class org.jdom.Document
This returns the hash code for this Document.
hashCode() - Method in class org.jdom.filter.ContentFilter
 
hashCode() - Method in class org.jdom.filter.ElementFilter
 
hashCode() - Method in class org.jdom.Namespace
This returns a probably unique hash code for the Namespace.
hasRootElement() - Method in class org.jdom.Document
This will return true if this document has a root element, false otherwise.

I

ID_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a unique identifier.
IDREF_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a reference to a unique identifier.
IDREFS_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a list of references to unique identifiers.
ignorableWhitespace(char[], int, int) - Method in class org.jdom.input.SAXHandler
Capture ignorable whitespace as text.
IllegalAddException - Exception in org.jdom
Thrown when trying to add a illegal object to a JDOM construct.
IllegalAddException(String) - Constructor for exception org.jdom.IllegalAddException
This will create an Exception with the specified error message.
IllegalDataException - Exception in org.jdom
Thrown when illegal text is supplied to a JDOM construct.
IllegalDataException(String) - Constructor for exception org.jdom.IllegalDataException
This will create an exceptoin with the specified error message.
IllegalNameException - Exception in org.jdom
Thrown when a name is supplied in construction of a JDOM construct whose where the name breaks XML naming conventions.
IllegalNameException(String) - Constructor for exception org.jdom.IllegalNameException
Creates an exception with the specified error message.
IllegalTargetException - Exception in org.jdom
Thrown when a target is supplied in construction of a JDOM ProcessingInstruction, and that name breaks XML naming conventions.
IllegalTargetException(String) - Constructor for exception org.jdom.IllegalTargetException
Creates an exception with the specified error message.
indexOf(Content) - Method in class org.jdom.Document
 
indexOf(Content) - Method in class org.jdom.Element
 
indexOf(Content) - Method in interface org.jdom.Parent
Returns the index of the supplied child in the content list, or -1 if not a child of this parent.
initCause(Throwable) - Method in exception org.jdom.JDOMException
Intializes the cause of this exception to be the specified value.
internalEntityDecl(String, String) - Method in class org.jdom.input.SAXHandler
Handle an internal entity declaration in a DTD.
internalSubset - Variable in class org.jdom.DocType
The internal subset of the DOCTYPE
isAncestor(Element) - Method in class org.jdom.Element
Determines if this element is the ancestor of another element.
isHexDigit(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified Unicode character is a hexadecimal digit as defined in RFC 2396; that is, one of the ASCII characters 0-9, a-f, or A-F.
isHighSurrogate(char) - Static method in class org.jdom.Verifier
This is a function for determining whether the specified character is the high 16 bits in a UTF-16 surrogate pair.
isLowSurrogate(char) - Static method in class org.jdom.Verifier
This is a function for determining whether the specified character is the low 16 bits in a UTF-16 surrogate pair.
isRootElement() - Method in class org.jdom.Element
Returns whether this element is a root element.
isURICharacter(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified Unicode character is legal in URI references as determined by RFC 2396.
isXMLCharacter(int) - 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.
isXMLPublicIDCharacter(char) - Static method in class org.jdom.Verifier
 
isXMLWhitespace(char) - Static method in class org.jdom.Verifier
This is a utility function for determining whether a specified Unicode character is a whitespace character according to production 3 of the XML 1.0 specification.

J

JAXPDOMAdapter - Class in org.jdom.adapters
An adapter for any parser supporting the Sun JAXP APIs.
JAXPDOMAdapter() - Constructor for class org.jdom.adapters.JAXPDOMAdapter
 
JDOM_FEATURE - Static variable in class org.jdom.transform.JDOMResult
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer natively supports JDOM.
JDOM_FEATURE - Static variable in class org.jdom.transform.JDOMSource
If TransformerFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the Transformer natively supports JDOM.
JDOM_OBJECT_MODEL_URI - Static variable in class org.jdom.xpath.XPath
The string passable to the JAXP 1.3 XPathFactory isObjectModelSupported() method to query an XPath engine regarding its support for JDOM.
JDOMException - Exception in org.jdom
The top level exception that JDOM classes can throw.
JDOMException() - Constructor for exception org.jdom.JDOMException
This will create an Exception.
JDOMException(String) - Constructor for exception org.jdom.JDOMException
This will create an Exception with the given message.
JDOMException(String, Throwable) - Constructor for exception org.jdom.JDOMException
This will create an Exception with the given message and wrap another Exception.
JDOMFactory - Interface in org.jdom
An interface to be used by builders when constructing JDOM objects.
JDOMLocator - Class in org.jdom.output
An implementation of the SAX Locator interface that exposes the JDOM node being processed by SAXOutputter.
JDOMParseException - Exception in org.jdom.input
Thrown during parse errors, with information about where the parse error occurred as well as access to the partially built document.
JDOMParseException(String, Throwable) - Constructor for exception org.jdom.input.JDOMParseException
This will create a parse Exception with the given message and wrap the Exception that cause a document parse to fail.
JDOMParseException(String, Throwable, Document) - Constructor for exception org.jdom.input.JDOMParseException
This will create a parse Exception with the given message and the partial document and wrap the Exception that cause a document parse to fail.
JDOMResult - Class in org.jdom.transform
A holder for an XSL Transformation result, generally a list of nodes although it can be a JDOM Document also.
JDOMResult() - Constructor for class org.jdom.transform.JDOMResult
Public default constructor.
JDOMSource - Class in org.jdom.transform
A holder for an XML Transformation source: a Document, Element, or list of nodes.
JDOMSource(Document) - Constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TrAX source wrapping a JDOM document.
JDOMSource(List) - Constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TrAX source wrapping a list of JDOM nodes.
JDOMSource(Element) - Constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TrAX source wrapping a JDOM element.
JDOMSource(Document, EntityResolver) - Constructor for class org.jdom.transform.JDOMSource
Creates a JDOM TrAX source wrapping a JDOM element with an associated EntityResolver to resolve external entities.

M

mapData - Variable in class org.jdom.ProcessingInstruction
The data for the PI in name/value pairs
matches(Object) - Method in class org.jdom.filter.ContentFilter
Check to see if the object matches according to the filter mask.
matches(Object) - Method in class org.jdom.filter.ElementFilter
Check to see if the object matches a predefined set of rules.
matches(Object) - Method in interface org.jdom.filter.Filter
Check to see if the object matches a predefined set of rules.

N

name - Variable in class org.jdom.Attribute
The local name of the Attribute
name - Variable in class org.jdom.Element
The local name of the element
name - Variable in class org.jdom.EntityRef
The name of the EntityRef
namespace - Variable in class org.jdom.Attribute
The Namespace of the Attribute
namespace - Variable in class org.jdom.Element
The namespace of the element
Namespace - Class in org.jdom
An XML namespace representation, as well as a factory for creating XML namespace objects.
negate() - Method in class org.jdom.filter.AbstractFilter
 
newInstance(String) - Static method in class org.jdom.xpath.XPath
Creates a new XPath wrapper object, compiling the specified XPath expression.
NMTOKEN_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a name token.
NMTOKENS_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a list of name tokens.
NO_NAMESPACE - Static variable in class org.jdom.Namespace
Define a Namespace for when not in a namespace
NORMALIZE - Static variable in class org.jdom.output.Format.TextMode
Mode for text normalization (left and right trim plus internal whitespace is normalized to a single space.
normalizeString(String) - Static method in class org.jdom.Text
This returns a new string with all surrounding whitespace removed and internal whitespace normalized to a single space.
NOTATION_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is the name of a notation.
notationDecl(String, String, String) - Method in class org.jdom.input.SAXHandler
Handle the declaration of a Notation in a DTD
numberValueOf(Object) - Method in class org.jdom.xpath.XPath
Returns the number value of the first node selected by applying the wrapped XPath expression to the given context.

O

or(Filter) - Method in class org.jdom.filter.AbstractFilter
 
OracleV1DOMAdapter - Class in org.jdom.adapters
An adapter for the Oracle Version 1 DOM parser.
OracleV1DOMAdapter() - Constructor for class org.jdom.adapters.OracleV1DOMAdapter
 
OracleV2DOMAdapter - Class in org.jdom.adapters
An adapter for the Oracle Version 2 DOM parser.
OracleV2DOMAdapter() - Constructor for class org.jdom.adapters.OracleV2DOMAdapter
 
org.jdom - package org.jdom
Classes to represent the components of an XML document.
org.jdom.adapters - package org.jdom.adapters
Classes to interface with various DOM implementations.
org.jdom.filter - package org.jdom.filter
Classes to programmatically filter nodes of a document based on type, name, value, or other aspects and to boolean and/or/negate these rules.
org.jdom.input - package org.jdom.input
Classes to build JDOM documents from various sources.
org.jdom.output - package org.jdom.output
Classes to output JDOM documents to various destinations.
org.jdom.transform - package org.jdom.transform
Classes to help with transformations, based on the JAXP TrAX classes.
org.jdom.xpath - package org.jdom.xpath
Support for XPath from within JDOM.
output(Document) - Method in class org.jdom.output.DOMOutputter
This converts the JDOM Document parameter to a DOM Document, returning the DOM version.
output(Document) - Method in class org.jdom.output.SAXOutputter
This will output the JDOM Document, firing off the SAX events that have been registered.
output(List) - Method in class org.jdom.output.SAXOutputter
This will output a list of JDOM nodes as a document, firing off the SAX events that have been registered.
output(Element) - Method in class org.jdom.output.SAXOutputter
This will output a single JDOM element as a document, firing off the SAX events that have been registered.
output(Document, OutputStream) - Method in class org.jdom.output.XMLOutputter
This will print the Document to the given output stream.
output(DocType, OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out the DocType.
output(Element, OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out an Element, including its Attributes, and all contained (child) elements, etc.
output(List, OutputStream) - Method in class org.jdom.output.XMLOutputter
This will handle printing out a list of nodes.
output(CDATA, OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out a CDATA node.
output(Text, OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out a Text node.
output(Comment, OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out a Comment.
output(ProcessingInstruction, OutputStream) - Method in class org.jdom.output.XMLOutputter
output(EntityRef, OutputStream) - Method in class org.jdom.output.XMLOutputter
Print out a EntityRef.
output(Document, Writer) - Method in class org.jdom.output.XMLOutputter
This will print the Document to the given Writer.
output(DocType, Writer) - Method in class org.jdom.output.XMLOutputter
Print out the DocType.
output(Element, Writer) - Method in class org.jdom.output.XMLOutputter
Print out an Element, including its Attributes, and all contained (child) elements, etc.
output(List, Writer) - Method in class org.jdom.output.XMLOutputter
This will handle printing out a list of nodes.
output(CDATA, Writer) - Method in class org.jdom.output.XMLOutputter
Print out a CDATA node.
output(Text, Writer) - Method in class org.jdom.output.XMLOutputter
Print out a Text node.
output(Comment, Writer) - Method in class org.jdom.output.XMLOutputter
Print out a Comment.
output(ProcessingInstruction, Writer) - Method in class org.jdom.output.XMLOutputter
output(EntityRef, Writer) - Method in class org.jdom.output.XMLOutputter
Print out a EntityRef.
outputElementContent(Element, OutputStream) - Method in class org.jdom.output.XMLOutputter
This will handle printing out an Element's content only, not including its tag, and attributes.
outputElementContent(Element, Writer) - Method in class org.jdom.output.XMLOutputter
This will handle printing out an Element's content only, not including its tag, and attributes.
outputFragment(List) - Method in class org.jdom.output.SAXOutputter
This will output a list of JDOM nodes as a fragment of an XML document, firing off the SAX events that have been registered.
outputFragment(Content) - Method in class org.jdom.output.SAXOutputter
This will output a single JDOM nodes as a fragment of an XML document, firing off the SAX events that have been registered.
outputString(Document) - Method in class org.jdom.output.XMLOutputter
Return a string representing a document.
outputString(DocType) - Method in class org.jdom.output.XMLOutputter
Return a string representing a DocType.
outputString(Element) - Method in class org.jdom.output.XMLOutputter
Return a string representing an element.
outputString(List) - Method in class org.jdom.output.XMLOutputter
Return a string representing a list of nodes.
outputString(CDATA) - Method in class org.jdom.output.XMLOutputter
Return a string representing a CDATA node.
outputString(Text) - Method in class org.jdom.output.XMLOutputter
Return a string representing a Text node.
outputString(Comment) - Method in class org.jdom.output.XMLOutputter
Return a string representing a comment.
outputString(ProcessingInstruction) - Method in class org.jdom.output.XMLOutputter
Return a string representing a PI.
outputString(EntityRef) - Method in class org.jdom.output.XMLOutputter
Return a string representing an entity.

P

parent - Variable in class org.jdom.Attribute
Parent element, or null if none
parent - Variable in class org.jdom.Content
 
Parent - Interface in org.jdom
Superclass for JDOM objects which are allowed to contain Content content.
PI - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM ProcessingInstruction objects
PRESERVE - Static variable in class org.jdom.output.Format.TextMode
Mode for literal text preservation.
preserveFormat - Static variable in class org.jdom.output.XMLOutputter
 
printAttributes(Writer, List, Element, XMLOutputter.NamespaceStack) - Method in class org.jdom.output.XMLOutputter
This will handle printing of a Attribute list.
printCDATA(Writer, CDATA) - Method in class org.jdom.output.XMLOutputter
This will handle printing of CDATA text.
printComment(Writer, Comment) - Method in class org.jdom.output.XMLOutputter
This will handle printing of comments.
printDeclaration(Writer, Document, String) - Method in class org.jdom.output.XMLOutputter
This will handle printing of the declaration.
printDocType(Writer, DocType) - Method in class org.jdom.output.XMLOutputter
This handle printing the DOCTYPE declaration if one exists.
printElement(Writer, Element, int, XMLOutputter.NamespaceStack) - Method in class org.jdom.output.XMLOutputter
This will handle printing of a Element, its Attributes, and all contained (child) elements, etc.
printEntityRef(Writer, EntityRef) - Method in class org.jdom.output.XMLOutputter
This will handle printing a EntityRef.
printProcessingInstruction(Writer, ProcessingInstruction) - Method in class org.jdom.output.XMLOutputter
This will handle printing of processing instructions.
printStackTrace() - Method in exception org.jdom.JDOMException
This prints the stack trace of the Exception.
printStackTrace(PrintStream) - Method in exception org.jdom.JDOMException
Prints the stack trace of the Exception to the given PrintStream.
printStackTrace(PrintWriter) - Method in exception org.jdom.JDOMException
Prints the stack trace of the Exception to the given PrintWriter.
printText(Writer, Text) - Method in class org.jdom.output.XMLOutputter
This will handle printing of Text strings.
processingInstruction(String, Map) - Method in class org.jdom.DefaultJDOMFactory
 
processingInstruction(String, String) - Method in class org.jdom.DefaultJDOMFactory
 
processingInstruction(String, String) - Method in class org.jdom.input.SAXHandler
This will indicate that a processing instruction has been encountered.
processingInstruction(String, Map) - Method in interface org.jdom.JDOMFactory
This will create a new ProcessingInstruction with the specified target and data.
processingInstruction(String, String) - Method in interface org.jdom.JDOMFactory
This will create a new ProcessingInstruction with the specified target and data.
ProcessingInstruction - Class in org.jdom
An XML processing instruction.
ProcessingInstruction() - Constructor for class org.jdom.ProcessingInstruction
Default, no-args constructor for implementations to use if needed.
ProcessingInstruction(String, Map) - Constructor for class org.jdom.ProcessingInstruction
This will create a new ProcessingInstruction with the specified target and data.
ProcessingInstruction(String, String) - Constructor for class org.jdom.ProcessingInstruction
This will create a new ProcessingInstruction with the specified target and data.
processingInstruction(String, Map) - Method in class org.jdom.UncheckedJDOMFactory
 
processingInstruction(String, String) - Method in class org.jdom.UncheckedJDOMFactory
 
publicID - Variable in class org.jdom.DocType
The public ID of the DOCTYPE
publicID - Variable in class org.jdom.EntityRef
The PublicID of the EntityRef
pushElement(Element) - Method in class org.jdom.input.SAXHandler
Pushes an element onto the tree under construction.

R

rawData - Variable in class org.jdom.ProcessingInstruction
The data for the PI as a String
removeAttribute(String) - Method in class org.jdom.Element
This removes the attribute with the given name and within no namespace.
removeAttribute(String, Namespace) - Method in class org.jdom.Element
This removes the attribute with the given name and within the given Namespace.
removeAttribute(Attribute) - Method in class org.jdom.Element
This removes the supplied Attribute should it exist.
removeChild(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.
removeChild(String, 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.
removeChildren(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.
removeChildren(String, 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.
removeContent() - Method in class org.jdom.Document
Removes all child content from this parent.
removeContent(Filter) - Method in class org.jdom.Document
Remove all child content from this parent matching the supplied filter.
removeContent(Content) - Method in class org.jdom.Document
 
removeContent(int) - Method in class org.jdom.Document
 
removeContent() - Method in class org.jdom.Element
Removes all child content from this parent.
removeContent(Filter) - Method in class org.jdom.Element
Remove all child content from this parent matching the supplied filter.
removeContent(Content) - Method in class org.jdom.Element
 
removeContent(int) - Method in class org.jdom.Element
 
removeContent() - Method in interface org.jdom.Parent
Removes all content from this parent and returns the detached children.
removeContent(Filter) - Method in interface org.jdom.Parent
Removes from this parent all child content matching the given filter and returns a list of the detached children.
removeContent(Content) - Method in interface org.jdom.Parent
Removes a single child node from the content list.
removeContent(int) - Method in interface org.jdom.Parent
Removes and returns the child at the given index, or returns null if there's no such child.
removeNamespaceDeclaration(Namespace) - Method in class org.jdom.Element
Removes an additional namespace declarations from this element.
removePseudoAttribute(String) - Method in class org.jdom.ProcessingInstruction
This will remove the pseudo attribute with the specified name.

S

SAXBuilder - Class in org.jdom.input
Builds a JDOM document from files, streams, readers, URLs, or a SAX InputSource instance using a SAX parser.
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(String) - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder using the specified SAX parser.
SAXBuilder(String, boolean) - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder using the specified SAX parser.
SAXHandler - Class in org.jdom.input
A support class for SAXBuilder.
SAXHandler() - Constructor for class org.jdom.input.SAXHandler
This will create a new SAXHandler that listens to SAX events and creates a JDOM Document.
SAXHandler(JDOMFactory) - Constructor for class org.jdom.input.SAXHandler
This will create a new SAXHandler that listens to SAX events and creates a JDOM Document.
SAXOutputter - Class in org.jdom.output
Outputs a JDOM document as a stream of SAX2 events.
SAXOutputter() - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter without any registered handler.
SAXOutputter(ContentHandler) - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter with the specified ContentHandler.
SAXOutputter(ContentHandler, ErrorHandler, DTDHandler, EntityResolver) - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter with the specified SAX2 handlers.
SAXOutputter(ContentHandler, ErrorHandler, DTDHandler, EntityResolver, LexicalHandler) - Constructor for class org.jdom.output.SAXOutputter
This will create a SAXOutputter with the specified SAX2 handlers.
selectNodes(Object) - Method in class org.jdom.xpath.XPath
Evaluates the wrapped XPath expression and returns the list of selected items.
selectNodes(Object, String) - Static method in class org.jdom.xpath.XPath
Evaluates an XPath expression and returns the list of selected items.
selectSingleNode(Object) - Method in class org.jdom.xpath.XPath
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes (or atomics).
selectSingleNode(Object, String) - Static method in class org.jdom.xpath.XPath
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes (or atomics).
setAttribute(Element, Attribute) - Method in class org.jdom.DefaultJDOMFactory
 
setAttribute(String, String) - Method in class org.jdom.Element
This sets an attribute value for this element.
setAttribute(String, String, Namespace) - Method in class org.jdom.Element
This sets an attribute value for this element.
setAttribute(Attribute) - Method in class org.jdom.Element
This sets an attribute value for this element.
setAttribute(Element, Attribute) - Method in interface org.jdom.JDOMFactory
 
setAttribute(Element, Attribute) - Method in class org.jdom.UncheckedJDOMFactory
 
setAttributes(Collection) - Method in class org.jdom.Element
This sets the attributes of the element.
setAttributes(List) - Method in class org.jdom.Element
This sets the attributes of the element.
setAttributeType(int) - Method in class org.jdom.Attribute
This will set the type of the Attribute.
setBaseURI(String) - Method in class org.jdom.Document
Sets the effective URI from which this document was loaded, and against which relative URLs in this document will be resolved.
setCDATAVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of CDATA objects.
setCommentVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of Comment objects.
setContent(Collection) - Method in class org.jdom.Document
This sets the content of the Document.
setContent(int, Content) - Method in class org.jdom.Document
 
setContent(int, Collection) - Method in class org.jdom.Document
Replace the child at the given index whith the supplied collection.
setContent(Content) - Method in class org.jdom.Document
Set this document's content to be the supplied child.
setContent(Collection) - Method in class org.jdom.Element
This sets the content of the element.
setContent(int, Content) - Method in class org.jdom.Element
Replace the current child the given index with the supplied child.
setContent(int, Collection) - Method in class org.jdom.Element
Replace the child at the given index whith the supplied collection.
setContent(Content) - Method in class org.jdom.Element
Set this element's content to be the supplied child.
setContentHandler(ContentHandler) - Method in class org.jdom.output.SAXOutputter
This will set the ContentHandler.
setData(String) - Method in class org.jdom.ProcessingInstruction
This will set the raw data for the PI.
setData(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.
setDeclHandler(DeclHandler) - Method in class org.jdom.output.SAXOutputter
This will set the DeclHandler.
setDefaultMask() - Method in class org.jdom.filter.ContentFilter
Set this filter to allow all legal JDOM objects.
setDocType(DocType) - Method in class org.jdom.Document
This will set the DocType declaration for this Document.
setDocTypeVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of DocType objects.
setDocument(Document) - Method in class org.jdom.transform.JDOMResult
Sets the document produced as result of an XSL Transformation.
setDocument(Document) - Method in class org.jdom.transform.JDOMSource
Sets the source document used by this TrAX source.
setDocumentContent() - Method in class org.jdom.filter.ContentFilter
Set filter to match only JDOM objects that are legal document content.
setDocumentLocator(Locator) - Method in class org.jdom.input.SAXHandler
Receives an object for locating the origin of SAX document events.
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.
setElementContent() - Method in class org.jdom.filter.ContentFilter
Set filter to match only JDOM objects that are legal element content.
setElementName(String) - Method in class org.jdom.DocType
This will set the root element name declared by this DOCTYPE declaration.
setElementVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of Element objects.
setEncoding(String) - Method in class org.jdom.output.Format
Sets the output encoding.
setEntityRefVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of EntityRef objects.
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.
setEscapeStrategy(EscapeStrategy) - Method in class org.jdom.output.Format
Sets the EscapeStrategy to use for character escaping.
setExpandEmptyElements(boolean) - Method in class org.jdom.output.Format
This will set whether empty elements are expanded from <tagName/> to <tagName></tagName>.
setExpandEntities(boolean) - Method in class org.jdom.input.SAXBuilder
This sets whether or not to expand entities for the builder.
setExpandEntities(boolean) - Method in class org.jdom.input.SAXHandler
This sets whether or not to expand entities during the build.
setFactory(JDOMFactory) - Method in class org.jdom.input.DOMBuilder
 
setFactory(JDOMFactory) - Method in class org.jdom.input.SAXBuilder
This sets a custom JDOMFactory for the builder.
setFactory(JDOMFactory) - Method in class org.jdom.transform.JDOMResult
Sets a custom JDOMFactory to use when building the transformation result.
setFactory(JDOMFactory) - Method in class org.jdom.transform.XSLTransformer
Sets a custom JDOMFactory to use when building the transformation result.
setFastReconfigure(boolean) - Method in class org.jdom.input.SAXBuilder
Specifies whether this builder will do fast reconfiguration of the underlying SAX parser when reuseParser is true.
setFeature(String, boolean) - Method in class org.jdom.input.SAXBuilder
This sets a feature on the SAX parser.
setFeature(String, boolean) - Method in class org.jdom.output.SAXOutputter
This will set the state of a SAX feature.
setFilterMask(int) - Method in class org.jdom.filter.ContentFilter
Set filtering mask.
setForceNamespaceAware(boolean) - Method in class org.jdom.output.DOMOutputter
Controls how NO_NAMESPACE nodes are handeled.
setFormat(Format) - Method in class org.jdom.output.XMLOutputter
Sets the new format logic for the outputter.
setHandler(ContentHandler) - Method in class org.jdom.transform.JDOMResult
Sets the target to be a SAX2 ContentHandler.
setIgnoreTrAXEscapingPIs(boolean) - Method in class org.jdom.output.Format
This will set whether JAXP TrAX processing instructions for disabling/enabling output escaping are ignored.
setIgnoringBoundaryWhitespace(boolean) - Method in class org.jdom.input.SAXBuilder
Specifies whether or not the parser should elminate boundary whitespace, a term that indicates whitespace-only text between element tags.
setIgnoringBoundaryWhitespace(boolean) - Method in class org.jdom.input.SAXHandler
Specifies whether or not the parser should elminate text() nodes containing only whitespace when building the document.
setIgnoringElementContentWhitespace(boolean) - Method in class org.jdom.input.SAXBuilder
Specifies whether or not the parser should elminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
setIgnoringElementContentWhitespace(boolean) - Method in class org.jdom.input.SAXHandler
Specifies whether or not the parser should elminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
setIndent(String) - Method in class org.jdom.output.Format
This will set the indent String to use; this is usually a String of empty spaces.
setInputSource(InputSource) - Method in class org.jdom.transform.JDOMSource
Sets the SAX InputSource to be used for the Source.
setInternalSubset(DocumentType, String) - Method in class org.jdom.adapters.AbstractDOMAdapter
This attempts to change the DocumentType to have the given internal DTD subset value.
setInternalSubset(String) - Method in class org.jdom.DocType
This sets the data for the internal subset.
setLexicalHandler(LexicalHandler) - Method in class org.jdom.output.SAXOutputter
This will set the LexicalHandler.
setLexicalHandler(LexicalHandler) - Method in class org.jdom.transform.JDOMResult
Sets the SAX2 LexicalHandler for the output.
setLineSeparator(String) - Method in class org.jdom.output.Format
This will set the newline separator (lineSeparator).
setName(String) - Method in class org.jdom.Attribute
This sets the local name of the Attribute.
setName(String) - Method in class org.jdom.Element
Sets the (local) name of the element.
setName(String) - Method in class org.jdom.EntityRef
This will set the name of this EntityRef.
setNamespace(Namespace) - Method in class org.jdom.Attribute
This sets this Attribute's Namespace.
setNamespace(Namespace) - Method in class org.jdom.Element
Sets the element's Namespace.
setNodes(List) - Method in class org.jdom.transform.JDOMSource
Sets the source node list used by this TrAX source.
setOmitDeclaration(boolean) - Method in class org.jdom.output.Format
This will set whether the XML declaration (<?xml version="1.0"?gt;) will be omitted or not.
setOmitEncoding(boolean) - Method in class org.jdom.output.Format
This will set whether the XML declaration (<?xml version="1.0" encoding="UTF-8"?>) includes the encoding of the document.
setParent(Element) - Method in class org.jdom.Attribute
This will set the parent of this Attribute.
setParent(Parent) - Method in class org.jdom.Content
Sets the parent of this Content.
setPIVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of ProcessingInstruction objects.
setProperty(String, Object) - Method in class org.jdom.Document
Assigns an arbitrary object to be associated with this document under the given "id" string.
setProperty(String, Object) - Method in class org.jdom.input.SAXBuilder
This sets a property on the SAX parser.
setProperty(String, Object) - Method in class org.jdom.output.SAXOutputter
This will set the value of a SAX property.
setPseudoAttribute(String, String) - Method in class org.jdom.ProcessingInstruction
This will set a pseudo attribute with the given name and value.
setPublicID(String) - Method in class org.jdom.DocType
This will set the public ID of an externally referenced DTD.
setPublicID(String) - Method in class org.jdom.EntityRef
This will set the public ID of this EntityRef.
setReportDTDEvents(boolean) - Method in class org.jdom.output.SAXOutputter
This will define whether to report DTD events to SAX DeclHandlers and LexicalHandlers if these handlers are registered and the document to output includes a DocType declaration.
setReportNamespaceDeclarations(boolean) - Method in class org.jdom.output.SAXOutputter
This will define whether attribute namespace declarations shall be reported as "xmlns" attributes.
setResult(List) - Method in class org.jdom.transform.JDOMResult
Sets the object(s) produced as result of an XSL Transformation.
setReuseParser(boolean) - Method in class org.jdom.input.SAXBuilder
Specifies whether this builder shall reuse the same SAX parser when performing subsequent parses or allocate a new parser for each parse.
setRootElement(Element) - Method in class org.jdom.Document
This sets the root Element for the Document.
setSystemID(String) - Method in class org.jdom.DocType
This will set the system ID of an externally referenced DTD.
setSystemID(String) - Method in class org.jdom.EntityRef
This will set the system ID of this EntityRef.
setTarget(String) - Method in class org.jdom.ProcessingInstruction
This will set the target for the PI.
setText(String) - Method in class org.jdom.CDATA
This will set the value of this CDATA node.
setText(String) - Method in class org.jdom.Comment
This will set the value of the Comment.
setText(String) - Method in class org.jdom.Element
Sets the content of the element to be the text given.
setText(String) - Method in class org.jdom.Text
This will set the value of this Text node.
setTextMode(Format.TextMode) - Method in class org.jdom.output.Format
This sets the text output style.
setTextVisible(boolean) - Method in class org.jdom.filter.ContentFilter
Set visiblity of Text objects.
setValidation(boolean) - Method in class org.jdom.input.SAXBuilder
This sets validation for the builder.
setValue(String) - Method in class org.jdom.Attribute
This will set the value of the Attribute.
setVariable(String, Object) - Method in class org.jdom.xpath.XPath
Defines an XPath variable and sets its value.
setXMLFilter(XMLFilter) - Method in class org.jdom.input.SAXBuilder
This sets a custom XMLFilter for the builder.
setXMLReader(XMLReader) - Method in class org.jdom.transform.JDOMSource
Set the XMLReader to be used for the Source.
setXPathClass(Class) - Static method in class org.jdom.xpath.XPath
Sets the concrete XPath subclass to use when allocating XPath instances.
shouldEscape(char) - Method in interface org.jdom.output.EscapeStrategy
Test whether the supplied character should be formatted literally or as a character entity.
skippedEntity(String) - Method in class org.jdom.input.SAXHandler
This indicates that an unresolvable entity reference has been encountered, normally because the external DTD subset has not been read.
startCDATA() - Method in class org.jdom.input.SAXHandler
Report a CDATA section
startDocument() - Method in class org.jdom.input.SAXHandler
 
startDTD(String, String, 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(String, String, String, Attributes) - Method in class org.jdom.input.SAXHandler
This reports the occurrence of an actual element.
startEntity(String) - Method in class org.jdom.input.SAXHandler
 
startPrefixMapping(String, String) - Method in class org.jdom.input.SAXHandler
This will add the prefix mapping to the JDOM Document object.
systemID - Variable in class org.jdom.DocType
The system ID of the DOCTYPE
systemID - Variable in class org.jdom.EntityRef
The SystemID of the EntityRef

T

target - Variable in class org.jdom.ProcessingInstruction
The target of the PI
text - Variable in class org.jdom.Comment
Text of the Comment
text(String) - Method in class org.jdom.DefaultJDOMFactory
 
TEXT - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM Text objects
text(String) - Method in interface org.jdom.JDOMFactory
This creates the Text with the supplied text.
Text - Class in org.jdom
Character-based XML content.
Text() - Constructor for class org.jdom.Text
This is the protected, no-args constructor standard in all JDOM classes.
Text(String) - Constructor for class org.jdom.Text
This constructor creates a new Text node, with the supplied string value as it's character content.
text(String) - Method in class org.jdom.UncheckedJDOMFactory
 
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 node, 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.EntityRef
This returns a String representation of the EntityRef, 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.output.Format.TextMode
 
toString() - Method in class org.jdom.output.XMLOutputter
Return a string listing of the settings for this XMLOutputter instance.
toString() - Method in class org.jdom.ProcessingInstruction
This returns a String representation of the ProcessingInstruction, suitable for debugging.
toString() - Method in class org.jdom.Text
This returns a String representation of the Text node, suitable for debugging.
transform(List) - Method in class org.jdom.transform.XSLTransformer
Transforms the given input nodes to a list of output nodes.
transform(Document) - Method in class org.jdom.transform.XSLTransformer
Transforms the given document to an output document.
transform(Document, EntityResolver) - Method in class org.jdom.transform.XSLTransformer
Transforms the given document to an output document.
TRIM - Static variable in class org.jdom.output.Format.TextMode
Mode for text trimming (left and right trim).
TRIM_FULL_WHITE - Static variable in class org.jdom.output.Format.TextMode
Mode for text trimming of content consisting of nothing but whitespace but otherwise not changing output.
type - Variable in class org.jdom.Attribute
The type of the Attribute

U

UncheckedJDOMFactory - Class in org.jdom
Special factory for building documents without any content or structure checking.
UncheckedJDOMFactory() - Constructor for class org.jdom.UncheckedJDOMFactory
 
UNDECLARED_TYPE - Static variable in class org.jdom.Attribute
Attribute type: the attribute has not been declared or type is unknown.
unparsedEntityDecl(String, String, String, String) - Method in class org.jdom.input.SAXHandler
Handler for unparsed entity declarations in the DTD

V

value - Variable in class org.jdom.Attribute
The value of the Attribute
value - Variable in class org.jdom.Text
The actual character content
valueOf(Object) - Method in class org.jdom.xpath.XPath
Returns the string value of the first node selected by applying the wrapped XPath expression to the given context.
Verifier - Class in org.jdom
A utility class to handle well-formedness 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.
writeReplace() - Method in class org.jdom.xpath.XPath
[Serialization support] Returns the alternative object to write to the stream when serializing this object.

X

XercesDOMAdapter - Class in org.jdom.adapters
An adapter for the Apache Xerces DOM parser.
XercesDOMAdapter() - Constructor for class org.jdom.adapters.XercesDOMAdapter
 
XML4JDOMAdapter - Class in org.jdom.adapters
An adapter for the IBM XML4J DOM parser.
XML4JDOMAdapter() - Constructor for class org.jdom.adapters.XML4JDOMAdapter
 
XML_NAMESPACE - Static variable in class org.jdom.Namespace
Define a Namespace for the standard xml prefix.
XMLOutputter - Class in org.jdom.output
Outputs a JDOM document as a stream of bytes.
XMLOutputter() - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with the default Format matching Format.getRawFormat().
XMLOutputter(Format) - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with the specified format characteristics.
XMLOutputter(XMLOutputter) - Constructor for class org.jdom.output.XMLOutputter
This will create an XMLOutputter with all the options as set in the given XMLOutputter.
XMLOutputter.NamespaceStack - Class in org.jdom.output
Our own null subclass of NamespaceStack.
XMLOutputter.NamespaceStack() - Constructor for class org.jdom.output.XMLOutputter.NamespaceStack
 
XPath - Class in org.jdom.xpath
A utility class for performing XPath calls on JDOM nodes, with a factory interface for obtaining a first XPath instance.
XPath() - Constructor for class org.jdom.xpath.XPath
 
XSLTransformer - Class in org.jdom.transform
A convenience class to handle simple transformations.
XSLTransformer(String) - Constructor for class org.jdom.transform.XSLTransformer
Creates a transformer for a given stylesheet system id.
XSLTransformer(InputStream) - Constructor for class org.jdom.transform.XSLTransformer
This will create a new XSLTransformer by reading the stylesheet from the specified InputStream.
XSLTransformer(Reader) - Constructor for class org.jdom.transform.XSLTransformer
This will create a new XSLTransformer by reading the stylesheet from the specified Reader.
XSLTransformer(File) - Constructor for class org.jdom.transform.XSLTransformer
This will create a new XSLTransformer by reading the stylesheet from the specified File.
XSLTransformer(Document) - Constructor for class org.jdom.transform.XSLTransformer
This will create a new XSLTransformer by reading the stylesheet from the specified Document.
XSLTransformException - Exception in org.jdom.transform
Thrown when an XSL stylesheet fails to compile or an XSL transform fails
XSLTransformException() - Constructor for exception org.jdom.transform.XSLTransformException
 
XSLTransformException(String) - Constructor for exception org.jdom.transform.XSLTransformException
 
XSLTransformException(String, Exception) - Constructor for exception org.jdom.transform.XSLTransformException
 
A B C D E F G H I J M N O P R S T U V W X 
JDOM 1.1.3.redhat-2

Copyright © 2015 JDOM. All rights reserved.