update is missing, a new one will be added
Some deletion functions:
Functions | |
void | XMLNode::deleteNodeContent () |
The "deleteNodeContent" function forces the deletion of the content of this XMLNode and the subtree. More... | |
void | XMLNode::deleteAttribute (int i=0) |
Delete the ith attribute of the current XMLNode. More... | |
void | XMLNode::deleteAttribute (XMLCSTR lpszName) |
Delete the attribute with the. More... | |
void | XMLNode::deleteAttribute (XMLAttribute *anAttribute) |
given name (the "strcmp" function is used to find the right attribute) More... | |
void | XMLNode::deleteText (int i=0) |
with the name "anAttribute->lpszName" (the "strcmp" function is used to find the right attribute) More... | |
void | XMLNode::deleteText (XMLCSTR lpszValue) |
Delete the text content. More... | |
void | XMLNode::deleteClear (int i=0) |
"lpszValue" inside the current XMLNode (direct "pointer-to-pointer" comparison is used to find the right text) More... | |
void | XMLNode::deleteClear (XMLCSTR lpszValue) |
Delete the clear tag "lpszValue". More... | |
void | XMLNode::deleteClear (XMLClear *p) |
inside the current XMLNode (direct "pointer-to-pointer" comparison is used to find the clear tag) More... | |
void XMLNode::deleteAttribute | ( | int | i = 0 | ) |
Delete the ith attribute of the current XMLNode.
Definition at line 2876 of file xmlParser.cpp.
References XMLNode::d.
Referenced by XMLNode::deleteAttribute().
void XMLNode::deleteAttribute | ( | XMLAttribute * | anAttribute | ) |
given name (the "strcmp" function is used to find the right attribute)
Delete the attribute
Definition at line 2892 of file xmlParser.cpp.
References XMLNode::deleteAttribute().
Delete the attribute with the.
Definition at line 2896 of file xmlParser.cpp.
References XMLNode::deleteAttribute(), and XMLNode::getAttribute().
void XMLNode::deleteClear | ( | int | i = 0 | ) |
"lpszValue" inside the current XMLNode (direct "pointer-to-pointer" comparison is used to find the right text)
Delete the Ith clear tag inside the current XMLNode
Definition at line 3020 of file xmlParser.cpp.
References XMLNode::d, eNodeClear, and XMLNode::removeOrderElement().
Referenced by XMLNode::deleteClear(), and XMLNode::maybeAddTxT().
inside the current XMLNode (direct "pointer-to-pointer" comparison is used to find the clear tag)
Delete the clear tag "p" inside the
Definition at line 3055 of file xmlParser.cpp.
References XMLNode::deleteClear().
Delete the clear tag "lpszValue".
Definition at line 3051 of file xmlParser.cpp.
References XMLNode::deleteClear(), and XMLNode::indexClear().
void XMLNode::deleteNodeContent | ( | ) |
The "deleteNodeContent" function forces the deletion of the content of this XMLNode and the subtree.
Definition at line 2707 of file xmlParser.cpp.
References XMLNode::d, XMLNode::detachFromParent(), and XMLNode::emptyTheNode().
void XMLNode::deleteText | ( | int | i = 0 | ) |
with the name "anAttribute->lpszName" (the "strcmp" function is used to find the right attribute)
Delete the Ith text content of the current XMLNode
Definition at line 2970 of file xmlParser.cpp.
References XMLNode::d, eNodeText, XMLNode::removeOrderElement(), and XMLCSTR.
Referenced by XMLNode::deleteText().
Delete the text content.
Definition at line 2986 of file xmlParser.cpp.
References XMLNode::deleteText(), and XMLNode::indexText().
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 |