Index

A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

E

element() - Static method in class org.jdom2.filter.Filters
Return a Filter that matches any Element data.
element(int, int, String) - Method in class org.jdom2.DefaultJDOMFactory
 
element(int, int, String) - Method in interface org.jdom2.JDOMFactory
This will create an Element in no Namespace.
element(int, int, String) - Method in class org.jdom2.located.LocatedJDOMFactory
 
element(int, int, String) - Method in class org.jdom2.SlimJDOMFactory
 
element(int, int, String) - Method in class org.jdom2.UncheckedJDOMFactory
 
element(int, int, String, String) - Method in class org.jdom2.DefaultJDOMFactory
 
element(int, int, String, String) - Method in interface org.jdom2.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(int, int, String, String) - Method in class org.jdom2.located.LocatedJDOMFactory
 
element(int, int, String, String) - Method in class org.jdom2.SlimJDOMFactory
 
element(int, int, String, String) - Method in class org.jdom2.UncheckedJDOMFactory
 
element(int, int, String, String, String) - Method in class org.jdom2.DefaultJDOMFactory
 
element(int, int, String, String, String) - Method in interface org.jdom2.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(int, int, String, String, String) - Method in class org.jdom2.located.LocatedJDOMFactory
 
element(int, int, String, String, String) - Method in class org.jdom2.SlimJDOMFactory
 
element(int, int, String, String, String) - Method in class org.jdom2.UncheckedJDOMFactory
 
element(int, int, String, Namespace) - Method in class org.jdom2.DefaultJDOMFactory
 
element(int, int, String, Namespace) - Method in interface org.jdom2.JDOMFactory
This will create a new Element with the supplied (local) name, and define the Namespace to be used.
element(int, int, String, Namespace) - Method in class org.jdom2.located.LocatedJDOMFactory
 
element(int, int, String, Namespace) - Method in class org.jdom2.SlimJDOMFactory
 
element(int, int, String, Namespace) - Method in class org.jdom2.UncheckedJDOMFactory
 
element(String) - Method in class org.jdom2.DefaultJDOMFactory
 
element(String) - Static method in class org.jdom2.filter.Filters
Return a Filter that matches any Element data with the specified name.
element(String) - Method in interface org.jdom2.JDOMFactory
This will create an Element in no Namespace.
element(String, String) - Method in class org.jdom2.DefaultJDOMFactory
 
element(String, String) - Method in interface org.jdom2.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, String) - Method in class org.jdom2.DefaultJDOMFactory
 
element(String, String, String) - Method in interface org.jdom2.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, Namespace) - Method in class org.jdom2.DefaultJDOMFactory
 
element(String, Namespace) - Static method in class org.jdom2.filter.Filters
Return a Filter that matches any Element data with the specified name and Namespace.
element(String, Namespace) - Method in interface org.jdom2.JDOMFactory
This will create a new Element with the supplied (local) name, and define the Namespace to be used.
element(Namespace) - Static method in class org.jdom2.filter.Filters
Return a Filter that matches any Element data with the specified Namespace.
Element - Class in org.jdom2
An XML element.
Element - Enum constant in enum class org.jdom2.Content.CType
Represents Element content
Element() - Constructor for class org.jdom2.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.jdom2.Element
Create a new element with the supplied (local) name and no namespace.
Element(String, String) - Constructor for class org.jdom2.Element
Creates a new element with the supplied (local) name and a namespace given by a URI.
Element(String, String, String) - Constructor for class org.jdom2.Element
Creates a new element with the supplied (local) name and a namespace given by the supplied prefix and URI combination.
Element(String, Namespace) - Constructor for class org.jdom2.Element
Creates a new element with the supplied (local) name and namespace.
ELEMENT - Static variable in class org.jdom2.filter.ContentFilter
Mask for JDOM Element objects
elementDecl(String, String) - Method in class org.jdom2.input.sax.SAXHandler
Handle an element declaration in a DTD.
ElementFilter - Class in org.jdom2.filter
A Filter that only matches Element objects.
ElementFilter() - Constructor for class org.jdom2.filter.ElementFilter
Select only the Elements.
ElementFilter(String) - Constructor for class org.jdom2.filter.ElementFilter
Select only the Elements with the supplied name in any Namespace.
ElementFilter(String, Namespace) - Constructor for class org.jdom2.filter.ElementFilter
Select only the Elements with the supplied name and Namespace.
ElementFilter(Namespace) - Constructor for class org.jdom2.filter.ElementFilter
Select only the Elements with the supplied Namespace.
elementName - Variable in class org.jdom2.DocType
The element being constrained
endCDATA() - Method in class org.jdom2.input.sax.SAXHandler
Report a CDATA section
endDTD() - Method in class org.jdom2.input.sax.SAXHandler
This signifies that the reading of the DTD is complete.
endElement(String, String, String) - Method in class org.jdom2.input.sax.SAXHandler
Indicates the end of an element (</[element name]>) is reached.
endEntity(String) - Method in class org.jdom2.input.sax.SAXHandler
 
ENTITIES - Enum constant in enum class org.jdom2.AttributeType
Attribute type: the attribute value is a list of entity names.
ENTITIES_TYPE - Static variable in class org.jdom2.Attribute
JDOM 1.x compatible reference to AttributeType.ENTITIES
ENTITY - Enum constant in enum class org.jdom2.AttributeType
Attribute type: the attribute value is the name of an entity.
ENTITY_TYPE - Static variable in class org.jdom2.Attribute
JDOM 1.x compatible reference to AttributeType.ENTITY
entityref() - Static method in class org.jdom2.filter.Filters
Return a Filter that matches any EntityRef data.
entityRef(int, int, String) - Method in class org.jdom2.DefaultJDOMFactory
 
entityRef(int, int, String) - Method in interface org.jdom2.JDOMFactory
This will create a new EntityRef with the supplied name.
entityRef(int, int, String) - Method in class org.jdom2.located.LocatedJDOMFactory
 
entityRef(int, int, String) - Method in class org.jdom2.SlimJDOMFactory
 
entityRef(int, int, String) - Method in class org.jdom2.UncheckedJDOMFactory
 
entityRef(int, int, String, String) - Method in class org.jdom2.DefaultJDOMFactory
 
entityRef(int, int, String, String) - Method in interface org.jdom2.JDOMFactory
This will create a new EntityRef with the supplied name and system ID.
entityRef(int, int, String, String) - Method in class org.jdom2.located.LocatedJDOMFactory
 
entityRef(int, int, String, String) - Method in class org.jdom2.SlimJDOMFactory
 
entityRef(int, int, String, String) - Method in class org.jdom2.UncheckedJDOMFactory
 
entityRef(int, int, String, String, String) - Method in class org.jdom2.DefaultJDOMFactory
 
entityRef(int, int, String, String, String) - Method in interface org.jdom2.JDOMFactory
This will create a new EntityRef with the supplied name, public ID, and system ID.
entityRef(int, int, String, String, String) - Method in class org.jdom2.located.LocatedJDOMFactory
 
entityRef(int, int, String, String, String) - Method in class org.jdom2.SlimJDOMFactory
 
entityRef(int, int, String, String, String) - Method in class org.jdom2.UncheckedJDOMFactory
 
entityRef(String) - Method in class org.jdom2.DefaultJDOMFactory
 
entityRef(String) - Method in interface org.jdom2.JDOMFactory
This will create a new EntityRef with the supplied name.
entityRef(String, String) - Method in class org.jdom2.DefaultJDOMFactory
 
entityRef(String, String) - Method in interface org.jdom2.JDOMFactory
This will create a new EntityRef with the supplied name and system ID.
entityRef(String, String, String) - Method in class org.jdom2.DefaultJDOMFactory
 
entityRef(String, String, String) - Method in interface org.jdom2.JDOMFactory
This will create a new EntityRef with the supplied name, public ID, and system ID.
EntityRef - Class in org.jdom2
An XML entity reference.
EntityRef - Enum constant in enum class org.jdom2.Content.CType
Represents EntityRef content
EntityRef() - Constructor for class org.jdom2.EntityRef
Default, no-args constructor for implementations to use if needed.
EntityRef(String) - Constructor for class org.jdom2.EntityRef
This will create a new EntityRef with the supplied name.
EntityRef(String, String) - Constructor for class org.jdom2.EntityRef
This will create a new EntityRef with the supplied name and system id.
EntityRef(String, String, String) - Constructor for class org.jdom2.EntityRef
This will create a new EntityRef with the supplied name, public id, and system id.
ENTITYREF - Static variable in class org.jdom2.filter.ContentFilter
Mask for JDOM EntityRef objects
ENUMERATED_TYPE - Static variable in class org.jdom2.Attribute
JDOM 1.x compatible reference to AttributeType.ENUMERATION
ENUMERATION - Enum constant in enum class org.jdom2.AttributeType
Attribute type: the attribute value is a name token from an enumeration.
equals(Object) - Method in class org.jdom2.Content
This tests for equality of this Content object to the supplied object.
equals(Object) - Method in class org.jdom2.Document
This tests for equality of this Document to the supplied Object.
equals(Object) - Method in class org.jdom2.filter.AttributeFilter
Returns whether the two filters are equivalent (i.e. the matching names and namespace are equivalent).
equals(Object) - Method in class org.jdom2.filter.ContentFilter
Returns whether the two filters are equivalent (i.e. the matching mask values are identical).
equals(Object) - Method in class org.jdom2.filter.ElementFilter
Returns whether the two filters are equivalent (i.e. the matching names and namespace are equivalent).
equals(Object) - Method in class org.jdom2.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.jdom2.input.sax.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.
escapeAttribute(EscapeStrategy, String) - Static method in class org.jdom2.output.Format
This will take the three pre-defined entities in XML 1.0 ('<', '>', and '&' - used specifically in XML elements) as well as CR/NL, tabs, and Quote characters which require escaping inside Attribute values and converts their character representation to the appropriate entity reference suitable for XML attribute content.
escapeAttributeEntities(String) - Method in class org.jdom2.output.XMLOutputter
Escape any characters in the input string in such a way that the returned value is valid as output in an XML Attribute value.
escapeElementEntities(String) - Method in class org.jdom2.output.XMLOutputter
Escape any characters in the input string in such a way that the returned value is valid as output in an XML Element text.
EscapeStrategy - Interface in org.jdom2.output
Logic to determine which characters should be formatted as character entities.
escapeText(EscapeStrategy, String, String) - Static method in class org.jdom2.output.Format
This will take the three pre-defined entities in XML 1.0 ('<', '>', and '&' - used specifically in XML elements) and convert their character representation to the appropriate entity reference, suitable for XML element content.
Examples - Search tag in package org.jdom2.input.sax
Section
Execution Model - Search tag in package org.jdom2.input.sax
Section
externalEntityDecl(String, String, String) - Method in class org.jdom2.input.sax.SAXHandler
This is called when the parser encounters an external entity declaration.
A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form