![]() |
Fun 0.41.5
The programming language that makes you have fun!
|
VM opcode snippet for retrieving the root node of an XML document. More...
Go to the source code of this file.
Functions | |
| free_value (vh) | |
| if (doc) | |
| push_value (vm, make_int(nh)) | |
Variables | |
| case | OP_XML_ROOT |
| int | h = (vh.type == VAL_INT) ? (int)vh.i : 0 |
| xmlDocPtr | doc = xml_doc_get(h) |
| int | nh = 0 |
| break | |
VM opcode snippet for retrieving the root node of an XML document.
Included by vm.c; implements OP_XML_ROOT.
Opcode: OP_XML_ROOT
Notes
Example
Definition in file root.c.
| free_value | ( | vh | ) |
| xmlDocPtr doc = xml_doc_get(h) |