|
Functions |
int | dumpToFile (node_xpsh *context_node, const char *filename, int withContent, int withMeta) |
| dumps the FSX-tree into an XML file
|
void | dumpNode (node_xpsh *node, FILE *dumpfile, int withContent, int withMeta) |
| dumps the contents of a node into the file
|
void | dumpName (node_xpsh *node, FILE *dumpfile) |
| print the name of the element including namespace-prefixes
|
void | dumpAttributes (node_xpsh *node, FILE *dumpfile) |
| dump the attributes of an element
|
void | dumpNSDeclarations (node_xpsh *node, FILE *dumpfile) |
| dumps the namespace declarations (xmlns=...)
|
void | dumpText (node_xpsh *node, FILE *dumpfile) |
| dumps the content of a text-node
|