|
| static int | xmlSaveFormatFile (const char *filename, xmlDocPtr cur, int format) |
| |
| static xmlChar * | xmlNodeListGetString (xmlDocPtr doc, const xmlNode *list, int inLine) |
| |
| static void | xmlFree (xmlChar *xml) |
| |
| static xmlChar * | xmlEncodeEntitiesReentrant (xmlDocPtr doc, const xmlChar *input) |
| |
| static void | xmlNodeSetContent (xmlNodePtr cur, const xmlChar *content) |
| |
| static xmlNodePtr | xmlNewDocNode (xmlDocPtr doc, xmlNsPtr ns, const xmlChar *name, const xmlChar *content) |
| |
| static xmlNodePtr | xmlAddChild (xmlNodePtr parent, xmlNodePtr cur) |
| |
| static xmlAttrPtr | xmlSetProp (xmlNodePtr node, const xmlChar *name, const xmlChar *value) |
| |
| static xmlNodePtr | xmlDocGetRootElement (const xmlDoc *doc) |
| |
| static xmlNodePtr | xmlAddPrevSibling (xmlNodePtr cur, xmlNodePtr elem) |
| |
| static int | xmlKeepBlanksDefault (int val) |
| |
| static xmlDocPtr | xmlParseFile (const char *filename) |
| |
| static xmlErrorPtr | xmlGetLastError (void) |
| |
| static void | xmlFreeDoc (xmlDocPtr cur) |
| |
| static void | xmlFreeNode (xmlNodePtr cur) |
| |
| static void | xmlUnlinkNode (xmlNodePtr cur) |
| |
This file define/declare required function type to use XML in MBsysC.
It also implements required elements to build MBsysC without XML. The code execution will generate an error if a XML function is called. This error is catched by MBsysC.
- Author
- Quandyga Engineering, Robotran Team