Main MRPT website > C++ reference for MRPT 1.9.9
Functions
Creating from scratch a XMLNode structure

Detailed Description

Collaboration diagram for Creating from scratch a XMLNode structure:

Functions

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

Function Documentation

◆ addAttribute()

XMLAttribute * XMLNode::addAttribute ( XMLCSTR  lpszName,
XMLCSTR  lpszValuev 
)

it will be detached from it's parents before being attached to the current XMLNode

Add a new attribute

Definition at line 3429 of file xmlParser.cpp.

References XMLNode::addAttribute_priv(), and stringDup().

Referenced by mrpt::db::CSimpleDatabase::saveAsXML().

◆ addChild() [1/2]

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

◆ addChild() [2/2]

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

If the "nodeToAdd" has some parents,.

Definition at line 2845 of file xmlParser.cpp.

References XMLNode::addChild(), XMLNode::addToOrder(), XMLNode::d, XMLNode::detachFromParent(), and eNodeChild.

◆ addClear()

XMLClear * XMLNode::addClear ( XMLCSTR  lpszValue,
XMLCSTR  lpszOpen = nullptr,
XMLCSTR  lpszClose = nullptr,
XMLElementPosition  pos = -1 
)

Add a new clear tag.

Parameters
lpszOpendefault value "<![CDATA["
lpszClosedefault value "]]>"

Definition at line 3445 of file xmlParser.cpp.

References XMLNode::addClear_priv(), and stringDup().

◆ addText()

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

Add a new text content.

Definition at line 3437 of file xmlParser.cpp.

References XMLNode::addText_priv(), and stringDup().

Referenced by mrpt::db::CSimpleDatabase::saveAsXML().

◆ createXMLTopNode()

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

Create the top node of an XMLNode structure.

Definition at line 1414 of file xmlParser.cpp.

References XMLNode::isDeclaration(), stringDup(), and XMLNode::XMLNode().

Referenced by mrpt::db::CSimpleDatabase::saveAsXML().




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