Adds an attribute to this element, replacing any existing
attribute with the same local name and namespace URI.
Binds the specified prefix to the specified namespace URI.
Declares a namespace prefix.
Adds a node at the end of this list.
Appends a node to the children of this node.
Converts a string to a text node
and appends that node to the children of this node.
Asserts that two attribute nodes are equal.
Asserts that two comment nodes are equal.
Asserts that two DocType
nodes are equal.
Asserts that two document nodes are equal.
Asserts that two element nodes are equal.
Asserts that two nodes are equal.
Asserts that two processing instruction nodes are equal.
Asserts that two text nodes are equal.
Asserts that two attribute nodes are equal.
Asserts that two comment nodes are equal.
Asserts that two DocType
nodes are equal.
Asserts that two document nodes are equal.
Asserts that two element nodes are equal.
Asserts that two namespace nodes are equal.
Asserts that two nodes are equal.
Asserts that two processing instruction nodes are equal.
Asserts that two text nodes are equal.
This class represents an attribute such as
type="empty"
or
xlink:href="http://www.example.com"
.
Creates a copy of the specified attribute.
Creates a new attribute in no namespace with the
specified name and value and undeclared type.
Creates a new attribute in no namespace with the
specified name, value, and type.
Creates a new attribute in the specified namespace with the
specified name and value and undeclared type.
Creates a new attribute in the specified namespace with the
specified name, value, and type.