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

A

AbstractDOMAdapter - class org.jdom.adapters.AbstractDOMAdapter.
AbstractDOMAdapter This class defines wrapper behavior for obtaining a DOM Document object from a DOM parser.
AbstractDOMAdapter() - Constructor for class org.jdom.adapters.AbstractDOMAdapter
 
addAttribute(Attribute) - Method in class org.jdom.Element
This adds an attribute to this element.
addAttribute(String, String) - Method in class org.jdom.Element
This adds an attribute to this element with the given name and value.
addChild(Comment) - Method in class org.jdom.Element
Deprecated. Use addContent(Comment) instead
addChild(Element) - Method in class org.jdom.Element
Deprecated. Use addContent(Element) instead
addChild(Element) - Method in class org.jdom.Entity
This will add an Element as a child of this Entity.
addChild(Entity) - Method in class org.jdom.Element
Deprecated. Use addContent(Entity) instead
addChild(ProcessingInstruction) - Method in class org.jdom.Element
Deprecated. Use addContent(ProcessingInstruction) instead
addChild(String) - Method in class org.jdom.Element
Deprecated. Use addContent(String) instead
addChild(String) - Method in class org.jdom.Entity
This will add a String as a child of this Entity.
addComment(Comment) - Method in class org.jdom.Document
Deprecated. use addContent(Comment) instead
addContent(CDATA) - Method in class org.jdom.Element
This adds a CDATA section as content to this element.
addContent(Comment) - Method in class org.jdom.Document
This will add a comment to the Document.
addContent(Comment) - Method in class org.jdom.Element
This adds a comment as content to this element.
addContent(Element) - Method in class org.jdom.Document
This will add an element to the Document.
addContent(Element) - Method in class org.jdom.Element
This adds element content to this element.
addContent(Entity) - Method in class org.jdom.Element
This adds entity content to this element.
addContent(ProcessingInstruction) - Method in class org.jdom.Document
Adds the specified PI to the document.
addContent(ProcessingInstruction) - Method in class org.jdom.Element
This adds a processing instruction as content to this element.
addContent(String) - Method in class org.jdom.Element
This adds text content to this element.
addProcessingInstruction(ProcessingInstruction) - Method in class org.jdom.Document
Deprecated. use addContent(ProcessingInstruction) instead
addProcessingInstruction(String, Map) - Method in class org.jdom.Document
Deprecated. use addContent(ProcessingInstruction) instead
addProcessingInstruction(String, String) - Method in class org.jdom.Document
Deprecated. use addContent(ProcessingInstruction) instead
addText(String) - Method in class org.jdom.Entity
This will add text to the content of this Entity.
Attribute - class org.jdom.Attribute.
Attribute defines behavior for an XML attribute, modeled in Java.
Attribute() - 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, 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, String, String) - Constructor for class org.jdom.Attribute
This will create a new Attribute with the specified (local) name and value, and place it in the specified namespace (with prefix).
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 V X
Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.