- element(String, Namespace) - Method in class org.jdom2.DefaultJDOMFactory
-
- element(int, int, String, Namespace) - Method in class org.jdom2.DefaultJDOMFactory
-
- element(String) - Method in class org.jdom2.DefaultJDOMFactory
-
- element(int, int, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- element(String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- element(int, int, String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- element(String, String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- element(int, int, String, String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- Element - Class in org.jdom2
-
An XML element.
- 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, Namespace) - Constructor for class org.jdom2.Element
-
Creates a new element with the supplied (local) name and namespace.
- 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 - Static variable in class org.jdom2.filter.ContentFilter
-
- element() - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
Element
data.
- element(String) - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
Element
data with the specified
name.
- 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(Namespace) - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
Element
data with the specified
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(String) - Method in interface org.jdom2.JDOMFactory
-
- 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 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, 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) - Method in interface org.jdom2.JDOMFactory
-
- 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, 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, Namespace) - Method in class org.jdom2.located.LocatedJDOMFactory
-
- element(int, int, String) - Method in class org.jdom2.located.LocatedJDOMFactory
-
- element(int, int, String, String) - Method in class org.jdom2.located.LocatedJDOMFactory
-
- element(int, int, String, String, String) - Method in class org.jdom2.located.LocatedJDOMFactory
-
- element(int, int, String, Namespace) - Method in class org.jdom2.SlimJDOMFactory
-
- element(int, int, String) - Method in class org.jdom2.SlimJDOMFactory
-
- element(int, int, String, String) - Method in class org.jdom2.SlimJDOMFactory
-
- element(int, int, String, String, String) - Method in class org.jdom2.SlimJDOMFactory
-
- element(int, int, String, Namespace) - Method in class org.jdom2.UncheckedJDOMFactory
-
- element(int, int, String) - Method in class org.jdom2.UncheckedJDOMFactory
-
- element(int, int, String, String) - Method in class org.jdom2.UncheckedJDOMFactory
-
- element(int, int, String, String, String) - Method in class org.jdom2.UncheckedJDOMFactory
-
- 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(Namespace) - Constructor for class org.jdom2.filter.ElementFilter
-
Select only the Elements with the supplied Namespace.
- ElementFilter(String, Namespace) - Constructor for class org.jdom2.filter.ElementFilter
-
Select only the Elements with the supplied name and 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_TYPE - Static variable in class org.jdom2.Attribute
-
- ENTITY_TYPE - Static variable in class org.jdom2.Attribute
-
- entityRef(String) - Method in class org.jdom2.DefaultJDOMFactory
-
- entityRef(int, int, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- entityRef(String, String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- entityRef(int, int, String, String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- entityRef(String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- entityRef(int, int, String, String) - Method in class org.jdom2.DefaultJDOMFactory
-
- EntityRef - Class in org.jdom2
-
An XML entity reference.
- 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
-
- entityref() - Static method in class org.jdom2.filter.Filters
-
Return a Filter that matches any
EntityRef
data.
- entityRef(String) - Method in interface org.jdom2.JDOMFactory
-
This will create a new EntityRef
with the supplied name.
- 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(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) - Method in interface org.jdom2.JDOMFactory
-
This will create a new EntityRef
with the supplied name.
- 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) - Method in interface org.jdom2.JDOMFactory
-
This will create a new EntityRef
with the supplied name and system ID.
- entityRef(int, int, String) - Method in class org.jdom2.located.LocatedJDOMFactory
-
- entityRef(int, int, String, String, String) - Method in class org.jdom2.located.LocatedJDOMFactory
-
- entityRef(int, int, String, String) - Method in class org.jdom2.located.LocatedJDOMFactory
-
- entityRef(int, int, String) - Method in class org.jdom2.SlimJDOMFactory
-
- entityRef(int, int, String, String, String) - Method in class org.jdom2.SlimJDOMFactory
-
- entityRef(int, int, String, 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.UncheckedJDOMFactory
-
- entityRef(int, int, String, String, String) - Method in class org.jdom2.UncheckedJDOMFactory
-
- ENUMERATED_TYPE - Static variable in class org.jdom2.Attribute
-
- 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.
- evaluate(Object) - Method in class org.jdom2.xpath.util.AbstractXPathCompiled
-
- evaluate(Object) - Method in interface org.jdom2.xpath.XPathExpression
-
Process the compiled XPathExpression against the specified context.
- evaluateFirst(Object) - Method in class org.jdom2.xpath.util.AbstractXPathCompiled
-
- evaluateFirst(Object) - Method in interface org.jdom2.xpath.XPathExpression
-
Return the first value in the XPath query result set type-cast to the
return type of this XPathExpression.
- evaluateRawAll(Object) - Method in class org.jdom2.xpath.util.AbstractXPathCompiled
-
This is the raw expression evaluator to be implemented by the back-end
XPath library.
- evaluateRawFirst(Object) - Method in class org.jdom2.xpath.util.AbstractXPathCompiled
-
This is the raw expression evaluator to be implemented by the back-end
XPath library.
- externalEntityDecl(String, String, String) - Method in class org.jdom2.input.sax.SAXHandler
-
This is called when the parser encounters an external entity declaration.