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

E

Element - class org.jdom.Element.
Element defines behavior for an XML element, modeled in Java.
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) - Constructor for class org.jdom.Element
This will create an Element in no Namespace.
Element(String, Namespace) - Constructor for class org.jdom.Element
This will create a new Element with the supplied (local) name, and define the Namespace to be used.
Element(String, String) - Constructor for class org.jdom.Element
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) - Constructor for class org.jdom.Element
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.
elementName - Variable in class org.jdom.DocType
The element being constrained
Entity - class org.jdom.Entity.
Entity Defines an XML entity in Java.
Entity() - Constructor for class org.jdom.Entity
Default, no-args constructor for implementations to use if needed.
Entity(String) - Constructor for class org.jdom.Entity
This will create a new Entity with the supplied name.
equals(Object) - Method in class org.jdom.Comment
This tests for equality of this Comment 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.Namespace
This tests for equality - Two Namespaces are equal if and only if their URIs are byte-for-byte equals and their prefixes are equal.
equals(Object) - Method in class org.jdom.DocType
This tests for equality of this DocType to the supplied Object.
equals(Object) - Method in class org.jdom.Element
This tests for equality of this Element to the supplied Object, explicitly using the == operator.
equals(Object) - Method in class org.jdom.Entity
This tests for equality of this Entity to the supplied Object.
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.ProcessingInstruction
This tests for equality of this ProcessingInstruction to the supplied Object.
equals(Object) - Method in class org.jdom.CDATA
This tests for equality of this CDATA to the supplied Object.

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.