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

A

AbstractBuilder - class org.jdom.input.AbstractBuilder.
AbstractBuilder implements Builder, and provides a concrete implementation of several convenience methods to build a Document.
AbstractBuilder() - Constructor for class org.jdom.input.AbstractBuilder
 
AbstractDOMAdapter - class org.jdom.adapters.AbstractDOMAdapter.
AbstractDOMAdapter
AbstractDOMAdapter() - Constructor for class org.jdom.adapters.AbstractDOMAdapter
 
addAttribute(Attribute) - Method in class org.jdom.Element
This will add an Attribute to this Element.
addAttribute(String, String) - Method in class org.jdom.Element
This will add an Attribute to this Element.
addChild(Comment) - Method in class org.jdom.Element
This will add a Comment as a child of this Element.
addChild(Element) - Method in class org.jdom.Entity
This will add an Element as a child of this Entity.
addChild(Element) - Method in class org.jdom.Element
This will add an Element as a child of this Element.
addChild(Entity) - Method in class org.jdom.Element
This will add an Entity as a child of this Element.
addChild(String) - Method in class org.jdom.Entity
This will add a String as a child of this Entity.
addChild(String) - Method in class org.jdom.Element
This will add a String as a child of this Element.
addComment(Comment) - Method in class org.jdom.Document
This will add a comment to the Document.
addNamespaceMapping(String, String) - Method in class org.jdom.Document
Adds a namespace prefix/URI mapping.
addProcessingInstruction(ProcessingInstruction) - Method in class org.jdom.Document
addProcessingInstruction(String, Map) - Method in class org.jdom.Document
addProcessingInstruction(String, String) - Method in class org.jdom.Document
addText(String) - Method in class org.jdom.Entity
This will add text to the content of this Entity.
addText(String) - Method in class org.jdom.Element
This will add test to the content of this Element.
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 name and value.
Attribute(String, String, String) - Constructor for class org.jdom.Attribute
This will create a new Attribute with the specified name and value.
attributes - Variable in class org.jdom.Element
The attributes of the Element

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