|
Coconut XML Framework
beta
|
Formatt the xml document with collect indentation. More...
#include <libxml/tree.h>Go to the source code of this file.
Classes | |
| struct | CNXMLPrettyPrintConfig |
| Configuration for pretty printing. More... | |
Functions | |
| void | CNXMLPrettyPrintNode (xmlNodePtr node, const struct CNXMLPrettyPrintConfig *config) |
| Insert spaces for pretty printing. | |
Formatt the xml document with collect indentation.
| void CNXMLPrettyPrintNode | ( | xmlNodePtr | node, |
| const struct CNXMLPrettyPrintConfig * | config | ||
| ) |
Insert spaces for pretty printing.
| node | Source and destination node |
| config | Configuration |
1.7.5.1