get id for attribute name
return name for attribute id
create element node by namespace and tag ids
create element node by namespace and tag names
create text node
get id for namespace name
return name for namespace id
get id for element tag name
return name for element tag id
return element tag id
return element namespace id
returns attribute count
get attribute by index
get attribute by namespace and attribute ids
get attribute by namespace and attribute names
set attribute value by namespace and attribute ids
set attribute value by namespace and attribute names
get attribute value by namespace and attribute ids
get attribute value by namespace and attribute ids
returns child node count
returns child node by index
returns first child node
returns last child node
find child node, return its index if found, -1 if not found or not child of this node
append text child
append element child - by namespace and tag ids
append element child - by namespace and tag names
Document node