AbstractDOMAdapter
This class defines wrapper behavior for obtaining a DOM
Document
object from a DOM parser.
This adds a CDATA section as content to this element.
This will add a comment to the Document
.
This adds a comment as content to this element.
This adds element content to this element.
This adds entity content to this element.
Adds the specified PI to the document.
This adds a processing instruction as content to this element.
This adds text content to this element.
This adds text content to this element.
Additional
Namespace
declarations on this
element
This will add a namespace declarations to this element.
This will append the content of another CDATA
node
to this node.
This will append the content of another Text
node
to this node.
This will append character content to whatever content already
exists within this CDATA
node.
This will append character content to whatever content already
exists within this Text
node.
Appends an external ID to the internal subset buffer.
Indicator of where in the document we are
Attribute
defines behavior for an XML
attribute, modeled in Java.
Default, no-args constructor for implementations
to use if needed.
This will create a new
Attribute
with the
specified (local) name and value, and does not place
the attribute in a
Namespace
.
This will create a new
Attribute
with the
specified (local) name and value, and does not place
the attribute in a
Namespace
.
This will create a new
Attribute
with the
specified (local) name and value, and does not place
the attribute in a
Namespace
.
This will create a new
Attribute
with the
specified (local) name, value and type, and does not place
the attribute in a
Namespace
.
This will create a new
Attribute
with the
specified (local) name, value and type, and does not place
the attribute in a
Namespace
.
This will create a new
Attribute
with the
specified (local) name, value and type, and does not place
the attribute in a
Namespace
.
This will create a new
Attribute
with the
specified (local) name, value, and type, and in the provided
Namespace
.
This will create a new
Attribute
with the
specified (local) name, value, and type, and in the provided
Namespace
.
This will create a new
Attribute
with the
specified (local) name, value, and type, and in the provided
Namespace
.
This will create a new
Attribute
with the
specified (local) name and value, and in the provided
Namespace
.
This will create a new
Attribute
with the
specified (local) name and value, and in the provided
Namespace
.
This will create a new
Attribute
with the
specified (local) name and value, and in the provided
Namespace
.
This handles an attribute declaration in the internal subset
The attributes of the Element
.
The namespaces in scope and actually attached to an element