- Element - Class in nu.xom
-
This class represents an XML element.
- Element(String) - Constructor for class nu.xom.Element
-
Creates a new element in no namespace.
- Element(String, String) - Constructor for class nu.xom.Element
-
Creates a new element in a namespace.
- Element(Element) - Constructor for class nu.xom.Element
-
Creates a deep copy of an element.
- Elements - Class in nu.xom
-
A read-only list of elements for traversal purposes.
- ENTITIES - Static variable in class nu.xom.Attribute.Type
-
The type of attributes declared to have type ENTITIES
in the DTD.
- ENTITY - Static variable in class nu.xom.Attribute.Type
-
The type of attributes declared to have type ENTITY
in the DTD.
- ENUMERATION - Static variable in class nu.xom.Attribute.Type
-
The type of attributes declared by an enumeration
in the DTD.
- equals(Object) - Method in class nu.xom.Attribute.Type
-
Tests for type equality.
- equals(Object) - Method in class nu.xom.Node
-
Tests for node identity.
- EXCLUSIVE_XML_CANONICALIZATION - Static variable in class nu.xom.canonical.Canonicalizer
-
- EXCLUSIVE_XML_CANONICALIZATION_WITH_COMMENTS - Static variable in class nu.xom.canonical.Canonicalizer
-