append element child - by namespace and tag names
append element child - by namespace and tag ids
append text child
get attribute by index
get attribute by namespace and attribute ids
get attribute by namespace and attribute names
get attribute value by namespace and attribute ids
get attribute value by namespace and attribute ids
returns child node by index and optionally compares its tag id, returns null if child with this index is not an element or id does not match
find child node, return its index if found, -1 if not found or not child of this node
returns true if node has attribute with specified name
returns true if node has attribute with specified id
set attribute value by namespace and attribute ids
set attribute value by namespace and attribute names
returns attribute count
returns child node by index
returns child node count
returns document node
returns first child node
returns true if node has child nodes
return element tag id
return node index in parent's child node collection, -1 if not found
returns true if node is element
returns true if node is text
returns last child node
return element tag name
return element namespace id
return element namespace name
returns parent node
node text
Base class for DOM nodes