Element
interface defines an XML element.
Returns the first element for the given fully qualified name.
Returns the first element for the given local name and any namespace.
Returns the element of the given ID attribute value.
AttributeDecl
represents an element declaration in a DTD.
Report an element type declaration.
ElementHandler
interface defines a handler of
Element
objects.
Returns an iterator over all this elements child elements.
Returns an iterator over the elements contained in this element which
match the given fully qualified name.
Returns an iterator over the elements contained in this element which
match the given local name and any namespace.
ElementModifier defines a modifier of
Element
objects.
This interface is used by
ElementHandler
instances to retrieve
information about the current path hierarchy they are to process.
Returns the elements contained in this element.
Returns the elements contained in this element with the given fully
qualified name.
Returns the elements contained in this element with the given local name
and any namespace.
Fires a SAX endPrefixMapping event for all the namespaceStack which have
gone out of scope
Entity
defines an XML entity.
Checks whether this Namespace equals the given Namespace.
This method is called when an error is detected during parsing such as a
validation error.
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.
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.
evaluate
evaluates an XPath expression and returns the
result as an Object
.
ExternalEntityDecl
represents an external entity declaration
in a DTD.
Report a parsed external entity declaration.