Main MRPT website > C++ reference for MRPT 1.9.9
Modules
Create or Update the XMLNode structure

Detailed Description

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()

Collaboration diagram for Create or Update the XMLNode structure:

Modules

 Creating from scratch a XMLNode structure
 
 Updating Nodes
 
 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.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST