The functions in this group allows you to create from scratch (or update) a XMLNode structure.
Start by creating your top node with the "createXMLTopNode" function and then add new nodes with the "addChild" function. The parameter 'pos' gives the position where the childNode, the text or the XMLClearTag will be inserted. The default value (pos=-1) inserts at the end. The value (pos=0) insert at the beginning (Insertion at the beginning is slower than at the end).
REMARK: 0 <= pos < nChild()+nText()+nClear()
Modules | |
Creating from scratch a XMLNode structure | |
Updating Nodes | |
Some update functions: | |
Deleting Nodes or Attributes | |
update is missing, a new one will be added | |
???_WOSD functions. | |
current XMLNode (direct "pointer-to-pointer" comparison on the lpszName of the clear tag is used to find the clear tag) | |
Position helper functions (use in conjunction with | |
update is missing, a new one will be added | |
String Allocation/Free functions | |
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |