IncredibleXMLParser  3.05
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Modules | Typedefs
Edit/Update the IXMLNode structure

Modules

 Creating from scratch a IXMLNode structure
 
 Updating Nodes
 
 Deleting Nodes or Attributes
 
 ???_WOSD functions.
 
 Position helper functions (use in conjunction with the update&add functions
 
 String Allocation/Free functions
 

Typedefs

typedef int IXMLElementPosition
 

Detailed Description

The functions in this group allows you to create from scratch (or update) a IXMLNode 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()

See the functions example3(), example5() and example6() for some usage examples.

Typedef Documentation

typedef int IXMLElementPosition

Definition at line 1107 of file IXMLParser.h.