Alphabetical Index: E

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

E

ELEMENT - static field in class org.jdom.filter.ContentFilter
Mask for JDOM Element objects
Element - class org.jdom.Element
An XML element.
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) - method in class org.jdom.DefaultJDOMFactory
Element(String) - constructor for class org.jdom.Element
Create a new element with the supplied (local) name and no namespace.
element(String) - method in class org.jdom.JDOMFactory
This will create an Element in no Namespace.
element(String) - method in class org.jdom.UncheckedJDOMFactory
This will create an Element in no Namespace.
Element(String,org.jdom.Namespace) - constructor for class org.jdom.Element
Creates a new element with the supplied (local) name and namespace.
This will create a new Element with the supplied (local) name, and define the Namespace to be used.
This will create a new Element with the supplied (local) name, and define the Namespace to be used.
element(String,String) - method in class org.jdom.DefaultJDOMFactory
Element(String,String) - constructor for class org.jdom.Element
Creates a new element with the supplied (local) name and a namespace given by a URI.
element(String,String) - method in class org.jdom.JDOMFactory
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) - method in class org.jdom.UncheckedJDOMFactory
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
Creates a new element with the supplied (local) name and a namespace given by the supplied prefix and URI combination.
element(String,String,String) - method in class org.jdom.JDOMFactory
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.
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.
elementDecl(String,String) - method in class org.jdom.input.SAXHandler
Handle an element declaration in a DTD.
ElementFilter - class org.jdom.filter.ElementFilter
A Filter that only matches Element objects.
ElementFilter() - constructor for class org.jdom.filter.ElementFilter
Select only the Elements.
ElementFilter(org.jdom.Namespace) - constructor for class org.jdom.filter.ElementFilter
Select only the Elements with the supplied Namespace.
ElementFilter(String) - constructor for class org.jdom.filter.ElementFilter
Select only the Elements with the supplied name in any Namespace.
ElementFilter(String,org.jdom.Namespace) - constructor for class org.jdom.filter.ElementFilter
Select only the Elements with the supplied name and Namespace.
elementName - field in class org.jdom.DocType
The element being constrained
endCDATA() - method in class org.jdom.input.SAXHandler
Report a CDATA section
endDTD() - method in class org.jdom.input.SAXHandler
This signifies that the reading of the DTD is complete.
endElement(String,String,String) - method in class org.jdom.input.SAXHandler
Indicates the end of an element (</[element name]>) is reached.
endEntity(String) - method in class org.jdom.input.SAXHandler
ENTITIES_TYPE - static field in class org.jdom.Attribute
Attribute type: the attribute value is a list of entity names.
ENTITY_TYPE - static field in class org.jdom.Attribute
Attribute type: the attribute value is the name of an entity.
ENTITYREF - static field in class org.jdom.filter.ContentFilter
Mask for JDOM EntityRef objects
EntityRef - class org.jdom.EntityRef
An XML entity reference.
EntityRef() - constructor for class org.jdom.EntityRef
Default, no-args constructor for implementations to use if needed.
entityRef(String) - method in class org.jdom.DefaultJDOMFactory
EntityRef(String) - constructor for class org.jdom.EntityRef
This will create a new EntityRef with the supplied name.
entityRef(String) - method in class org.jdom.JDOMFactory
This will create a new EntityRef with the supplied name.
entityRef(String) - method in class org.jdom.UncheckedJDOMFactory
This will create a new EntityRef with the supplied name.
entityRef(String,String) - method in class org.jdom.DefaultJDOMFactory
EntityRef(String,String) - constructor for class org.jdom.EntityRef
This will create a new EntityRef with the supplied name and system id.
entityRef(String,String) - method in class org.jdom.JDOMFactory
This will create a new EntityRef with the supplied name and system ID.
This will create a new EntityRef with the supplied name and system ID.
EntityRef(String,String,String) - constructor for class org.jdom.EntityRef
This will create a new EntityRef with the supplied name, public id, and system id.
entityRef(String,String,String) - method in class org.jdom.JDOMFactory
This will create a new EntityRef with the supplied name, public ID, and system ID.
This will create a new EntityRef with the supplied name, public ID, and system ID.
ENUMERATED_TYPE - static field in class org.jdom.Attribute
Attribute type: the attribute value is a name token from an enumeration.
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.Content
This tests for equality of this Content object to the supplied object.
equals(Object) - method in class org.jdom.filter.ContentFilter
Returns whether the two filters are equivalent (i.e. the matching mask values are identical).
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.filter.ElementFilter
Returns whether the two filters are equivalent (i.e. the matching names and namespace are equivalent).
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.
error(SAXParseException) - method in class org.jdom.input.BuilderErrorHandler
This method is called in response to an error that has occurred; this indicates that a rule was broken, typically in validation, but that parsing could reasonably continue.
escapeAttributeEntities(String) - method in class org.jdom.output.XMLOutputter
This will take the pre-defined entities in XML 1.0 and convert their character representation to the appropriate entity reference, suitable for XML attributes.
escapeElementEntities(String) - method in class org.jdom.output.XMLOutputter
This will take the three pre-defined entities in XML 1.0 (used specifically in XML elements) and convert their character representation to the appropriate entity reference, suitable for XML element content.
EscapeStrategy - interface org.jdom.output.EscapeStrategy
Logic to determine which characters should be formatted as character entities.
externalEntityDecl(String,String,String) - method in class org.jdom.input.SAXHandler
This is called when the parser encounters an external entity declaration.

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