Creating from scratch a XMLNode structure
[Create or Update the XMLNode structure]


Functions

static XMLNode XMLNode::createXMLTopNode (XMLCSTR lpszName, char isDeclaration=FALSE)
 Create the top node of an XMLNode structure.
XMLNode XMLNode::addChild (XMLCSTR lpszName, char isDeclaration=FALSE, XMLElementPosition pos=-1)
 Add a new child node.
XMLNode XMLNode::addChild (XMLNode nodeToAdd, XMLElementPosition pos=-1)
 If the "nodeToAdd" has some parents, it will be detached from it's parents before being attached to the current XMLNode.
XMLAttributeXMLNode::addAttribute (XMLCSTR lpszName, XMLCSTR lpszValuev)
 Add a new attribute.
XMLCSTR XMLNode::addText (XMLCSTR lpszValue, XMLElementPosition pos=-1)
 Add a new text content.
XMLClearXMLNode::addClear (XMLCSTR lpszValue, XMLCSTR lpszOpen=NULL, XMLCSTR lpszClose=NULL, XMLElementPosition pos=-1)


Function Documentation

XMLAttribute* XMLNode::addAttribute ( XMLCSTR  lpszName,
XMLCSTR  lpszValuev 
) [inherited]

Add a new attribute.

XMLNode XMLNode::addChild ( XMLNode  nodeToAdd,
XMLElementPosition  pos = -1 
) [inherited]

If the "nodeToAdd" has some parents, it will be detached from it's parents before being attached to the current XMLNode.

XMLNode XMLNode::addChild ( XMLCSTR  lpszName,
char  isDeclaration = FALSE,
XMLElementPosition  pos = -1 
) [inherited]

Add a new child node.

XMLClear* XMLNode::addClear ( XMLCSTR  lpszValue,
XMLCSTR  lpszOpen = NULL,
XMLCSTR  lpszClose = NULL,
XMLElementPosition  pos = -1 
) [inherited]

Add a new clear tag

Parameters:
lpszOpen default value "<![CDATA["
lpszClose default value "]]>"

XMLCSTR XMLNode::addText ( XMLCSTR  lpszValue,
XMLElementPosition  pos = -1 
) [inherited]

Add a new text content.

static XMLNode XMLNode::createXMLTopNode ( XMLCSTR  lpszName,
char  isDeclaration = FALSE 
) [static, inherited]

Create the top node of an XMLNode structure.


Generated on Tue Aug 19 12:00:16 2008 for xmlParser by  doxygen 1.5.6