myhtml_tree_node

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

child
myhtml_tree_node_t* child;
Undocumented in source.
data
void* data;
Undocumented in source.
flags
myhtml_tree_node_flags flags;
Undocumented in source.
last_child
myhtml_tree_node_t* last_child;
Undocumented in source.
next
myhtml_tree_node_t* next;
Undocumented in source.
ns
myhtml_namespace ns;
Undocumented in source.
parent
myhtml_tree_node_t* parent;
Undocumented in source.
prev
myhtml_tree_node_t* prev;
Undocumented in source.
tag_id
myhtml_tag_id_t tag_id;
Undocumented in source.
token
myhtml_token_node_t* token;
Undocumented in source.
tree
myhtml_tree_t* tree;
Undocumented in source.

Meta