[All Packages] [This Package] [Previous Class] [Next Class]
| appendChild | Append a new child to the end of the current node's list of children |
| cloneNode | Clone an existing node and optionally all its children |
| getAttributes | Return structure contains all defined node attributes |
| getChildNode | Return specific indexed child of given node |
| getChildNodes | Return structure contains all child nodes of given node |
| getContext | Get node's context |
| getFirstChild | Return first child of given node |
| getLastChild | Return last child of given node |
| getLocal | Returns the local name of the node |
| getNamespace | Return a node's namespace |
| getNextSibling | Return a node's next sibling |
| getName | Return name of node |
| getType | Return numeric type-code of node |
| getValue | Return "value" (data) of node |
| getOwnerDocument | Return document node which contains a node |
| getParentNode | Return parent node of given node |
| getPrefix | Returns the namespace prefix for the node |
| getPreviousSibling | Returns the previous sibling of the current node |
| getQualifiedName | Return namespace qualified node of given node |
| hasAttributes | Determine if node has any defined attributes |
| hasChildNodes | Determine if node has children |
| insertBefore | Insert new child node into a node's list of children |
| numChildNodes | Return count of number of child nodes of given node |
| Format XML document to stream or buffer | |
| printSize | Determine size of formatted XML document (without outputting) |
| removeChild | Remove a node from the current node's list of children |
| replaceChild | Replace a child node with another |
| setValue | Sets a node's value (data) |