Alphabetical Index: A

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

A

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

Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.