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.
AbstractDOMAdapter.
AbstractDOMAdapter() - Constructor for class org.jdom.adapters.AbstractDOMAdapter
 
Attribute - class org.jdom.Attribute.
Attribute defines behavior for an XML attribute, modeled in Java.
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.
addContent(ProcessingInstruction) - Method in class org.jdom.Document
Adds the specified PI to the document.
addContent(Comment) - Method in class org.jdom.Document
This will add a comment to the Document.
addContent(String) - Method in class org.jdom.Element
This adds text content to this element.
addContent(Text) - Method in class org.jdom.Element
This adds text content to this element.
addContent(Element) - Method in class org.jdom.Element
This adds element content to this element.
addContent(ProcessingInstruction) - Method in class org.jdom.Element
This adds a processing instruction as content to this element.
addContent(EntityRef) - Method in class org.jdom.Element
This adds entity content to this element.
addContent(Comment) - Method in class org.jdom.Element
This adds a comment as content to this element.
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(Namespace) - Method in class org.jdom.Element
This will add a namespace declarations to this element.
additionalNamespaces - Variable in class org.jdom.Element
Additional Namespace declarations on this element
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.
append(Text) - Method in class org.jdom.Text
This will append the content of another Text node to this node.
appendExternalId(String, String) - Method in class org.jdom.input.SAXHandler
Appends an external ID to the internal subset buffer.
atRoot - Variable in class org.jdom.input.SAXHandler
Indicator of where in the document we are
attribute(String, String, Namespace) - Method in class org.jdom.input.DefaultJDOMFactory
 
attribute(String, String, int, Namespace) - Method in class org.jdom.input.DefaultJDOMFactory
 
attribute(String, String) - Method in class org.jdom.input.DefaultJDOMFactory
 
attribute(String, String, int) - Method in class org.jdom.input.DefaultJDOMFactory
 
attribute(String, String, Namespace) - Method in interface org.jdom.input.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.input.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.input.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.input.JDOMFactory
This will create a new Attribute with the specified (local) name, value and type, and does not place the attribute in a Namespace.
attributeDecl(String, String, String, String, String) - Method in class org.jdom.input.SAXHandler
This handles an attribute declaration in the internal subset.
attributes - Variable in class org.jdom.Element
The attributes of the Element.

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