#include <DomNode.h>
Data Fields | |
unsigned long | type |
char * | name |
char * | value |
_dom_node * | attributes |
_dom_node * | parent |
_dom_node * | firstChild |
_dom_node * | lastChild |
_dom_node * | prevSibling |
_dom_node * | nextSibling |
unsigned char | autoclose |
unsigned char | deferredClosure |
unsigned char | escapeTags |
|
The node's attributes. Only valid for elements. |
|
Whether or not the node is autoclosing. Only relative to HTML. |
|
Whether or not the node has deferredClosure. Only relative to HTML. |
|
Whether or not to escape the tags associated with the node. |
|
The first child of the node. |
|
The last child of the node. |
|
The arbitrary name of the node. |
|
The next sibling relative to the node. |
|
The parent of the node. |
|
The previous sibling relative to the node. |
|
The type of node which can be any of the following:
|
|
The arbitrary value of the node. |