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

E

Element - class org.jdom.Element.
Element defines behavior for an XML element, modeled in Java.
ELEMENT - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM Element objects
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 interface org.jdom.input.JDOMFactory
This will create an Element in no Namespace.
element(String) - Method in class org.jdom.input.DefaultJDOMFactory
 
Element(String) - Constructor for class org.jdom.Element
This will create an Element in no Namespace.
element(String, Namespace) - Method in interface org.jdom.input.JDOMFactory
This will create a new Element with the supplied (local) name, and define the Namespace to be used.
element(String, Namespace) - Method in class org.jdom.input.DefaultJDOMFactory
 
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) - Method in interface org.jdom.input.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.input.DefaultJDOMFactory
 
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) - Method in interface org.jdom.input.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.
element(String, String, String) - Method in class org.jdom.input.DefaultJDOMFactory
 
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.
elementDecl(String, String) - Method in class org.jdom.input.SAXHandler
Handle an element declaration in a DTD
ElementFilter - class org.jdom.filter.ElementFilter.
The ElementFilter when applied to a FilterList will only allow Elements to be visible.
ElementFilter() - Constructor for class org.jdom.filter.ElementFilter
Filter out the Elements.
ElementFilter(Namespace) - Constructor for class org.jdom.filter.ElementFilter
Filter out the Elements with the supplied Namespace.
ElementFilter(String) - Constructor for class org.jdom.filter.ElementFilter
Filter out the Elements with the supplied name in any Namespace.
ElementFilter(String, Namespace) - Constructor for class org.jdom.filter.ElementFilter
Filter out the Elements with the supplied name and Namespace.
elementName - Variable in class org.jdom.DocType
The element being constrained
endCDATA() - Method in class org.jdom.input.SAXHandler
Report a CDATA section - ignored in SAXBuilder.
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
 
endPrefixMapping(String) - Method in class org.jdom.input.SAXHandler
This will add the prefix mapping to the JDOM Document object.
ENTITIES_ATTRIBUTE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a list of entity names.
ENTITY_ATTRIBUTE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is the name of an entity.
EntityRef - class org.jdom.EntityRef.
EntityRef Defines an XML entity reference in Java.
ENTITYREF - Static variable in class org.jdom.filter.ContentFilter
Mask for JDOM EntityRef objects
EntityRef() - Constructor for class org.jdom.EntityRef
Default, no-args constructor for implementations to use if needed.
entityRef(String) - Method in interface org.jdom.input.JDOMFactory
This will create a new EntityRef with the supplied name.
entityRef(String) - Method in class org.jdom.input.DefaultJDOMFactory
 
EntityRef(String) - Constructor for class org.jdom.EntityRef
This will create a new EntityRef with the supplied name.
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, String) - Method in interface org.jdom.input.JDOMFactory
This will create a new EntityRef with the supplied name, public ID, and system ID.
entityRef(String, String, String) - Method in class org.jdom.input.DefaultJDOMFactory
 
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.
ENUMERATED_ATTRIBUTE - Static variable in class org.jdom.Attribute
Attribute type: the attribute value is a name token from an enumeration.
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.Comment
This tests for equality of this Comment 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.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.
equals(Object) - Method in class org.jdom.Text
This tests for equality of this Text to the supplied Object, explicitly using the == operator.
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.EntityRef
This tests for equality of this Entity 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.transform.XSLTransform
 
equals(Object) - Method in class org.jdom.filter.ContentFilter
Returns true if object is instance of ContentFilter and has the same filtering mask as this one.
equals(Object) - Method in class org.jdom.filter.ElementFilter
Returns true if object is instance of ElementFilter and has the same parent Element, name, and namespace as this filter.
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.
externalEntityDecl(String, String, String) - Method in class org.jdom.input.SAXHandler
This is called when the parser encounters an external entity declaration.

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