A DOMAdapter utility abstract base class.
Partial implementation of
Filter
.
Appends all children in the given collection to the end of
the content list.
Appends all children in the given collection to the end of
the content list.
Inserts the content in a collection into the content list
at the given index.
Inserts the content in a collection into the content list
at the given index.
Inserts the child into the content list at the given index.
Inserts the child into the content list at the given index.
Appends the child to the end of the content list.
Appends the child to the end of the element's content list.
This adds text content to this element.
Additional namespace declarations to store on this element; useful
during output
Adds a namespace definition to the list of namespaces known of
this XPath expression.
Adds a namespace definition (prefix and URI) to the list of
namespaces known of this XPath expression.
Adds a namespace declarations to this element.
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.
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.