| 
    MRPT
    1.9.9
    
   | 
 
Some update functions:
Functions | |
| XMLCSTR | XMLNode::updateName (XMLCSTR lpszName) | 
| change node's name  More... | |
| XMLAttribute * | XMLNode::updateAttribute (XMLAttribute *newAttribute, XMLAttribute *oldAttribute) | 
| if the attribute to update is  More... | |
| XMLAttribute * | XMLNode::updateAttribute (XMLCSTR lpszNewValue, XMLCSTR lpszNewName=nullptr, int i=0) | 
| missing, a new one will be added  More... | |
| XMLAttribute * | XMLNode::updateAttribute (XMLCSTR lpszNewValue, XMLCSTR lpszNewName, XMLCSTR lpszOldName) | 
| be added  More... | |
| XMLCSTR | XMLNode::updateText (XMLCSTR lpszNewValue, int i=0) | 
| change the name of the attribute if the attribute to update is missing, a new one will be added  More... | |
| XMLCSTR | XMLNode::updateText (XMLCSTR lpszNewValue, XMLCSTR lpszOldValue) | 
| update is missing, a new one will be added  More... | |
| XMLClear * | XMLNode::updateClear (XMLCSTR lpszNewContent, int i=0) | 
| text to update is missing, a new one will be added  More... | |
| XMLClear * | XMLNode::updateClear (XMLClear *newP, XMLClear *oldP) | 
| clearTag to update is missing, a new one will be added  More... | |
| XMLClear * | XMLNode::updateClear (XMLCSTR lpszNewValue, XMLCSTR lpszOldValue) | 
| to update is missing, a new one will be added  More... | |
| XMLAttribute * XMLNode::updateAttribute | ( | XMLAttribute * | newAttribute, | 
| XMLAttribute * | oldAttribute | ||
| ) | 
if the attribute to update is
Definition at line 3463 of file xmlParser.cpp.
References XMLAttribute::lpszName, XMLAttribute::lpszValue, stringDup(), and XMLNode::updateAttribute_WOSD().
| XMLAttribute * XMLNode::updateAttribute | ( | XMLCSTR | lpszNewValue, | 
| XMLCSTR | lpszNewName = nullptr,  | 
        ||
| int | i = 0  | 
        ||
| ) | 
missing, a new one will be added
if the attribute to update is missing, a new one will
Definition at line 3470 of file xmlParser.cpp.
References stringDup(), and XMLNode::updateAttribute_WOSD().
| XMLAttribute * XMLNode::updateAttribute | ( | XMLCSTR | lpszNewValue, | 
| XMLCSTR | lpszNewName, | ||
| XMLCSTR | lpszOldName | ||
| ) | 
be added
set lpszNewName=nullptr if you don't want to
Definition at line 3476 of file xmlParser.cpp.
References stringDup(), and XMLNode::updateAttribute_WOSD().
text to update is missing, a new one will be added
if the
Definition at line 3490 of file xmlParser.cpp.
References stringDup(), and XMLNode::updateClear_WOSD().
clearTag to update is missing, a new one will be added
if the clearTag
Definition at line 3498 of file xmlParser.cpp.
References XMLClear::lpszValue, stringDup(), and XMLNode::updateClear_WOSD().
to update is missing, a new one will be added
if the clearTag to
Definition at line 3494 of file xmlParser.cpp.
References stringDup(), and XMLNode::updateClear_WOSD().
change node's name
Definition at line 3459 of file xmlParser.cpp.
References stringDup(), and XMLNode::updateName_WOSD().
change the name of the attribute if the attribute to update is missing, a new one will be added
if the text to
Definition at line 3482 of file xmlParser.cpp.
References stringDup(), and XMLNode::updateText_WOSD().
update is missing, a new one will be added
if the
Definition at line 3486 of file xmlParser.cpp.
References stringDup(), and XMLNode::updateText_WOSD().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019 |