Top | ![]() |
![]() |
![]() |
![]() |
WockyNodeTree * wocky_node_tree_new (const gchar *name
,const gchar *ns
,...
);
Build a node-tree from a list of arguments. Example:
Example 2.
1 2 3 4 5 |
wocky_node_tree_new ("html", "http://www.w3.org/1999/xhtml", '(', "body", '@', "textcolor", "red", '$', "Wocky wooo", ')', NULL); |
name |
The name of the toplevel node |
|
ns |
The namespace of the toplevel node |
|
... |
the description of the node tree to build,
terminated with |
WockyNodeTree * wocky_node_tree_new_va (const gchar *name
,const char *ns
,va_list va
);
WockyNodeTree *
wocky_node_tree_new_from_node (WockyNode *node
);
Build a new WockyNodeTree that contains a copy of the given node.
“top-node”
property“top-node” gpointer
The topmost node of the node-tree.
Flags: Read / Write / Construct Only