#include <xpsh_def.h>
Public Attributes | |
| node_xpsh * | parent |
| the parent node | |
| node_xpsh * | nextSibling |
| the next sibling | |
| node_xpsh * | prevSibling |
| the previous sibling | |
| node_xpsh * | firstChild |
| the first child of the node | |
| node_xpsh * | firstAttribute |
| the first attribute | |
| node_xpsh * | NS |
| the namespace the node is in | |
| node_xpsh * | NSDecl |
| the namespace declarations | |
| node_type | type |
| the type of the node | |
| char * | name |
| the name of the node | |
| char * | value |
| the value | |
1.4.6