IncredibleXMLParser
3.05
|
Functions | |
IXMLCStr | IXMLNode::updateName (IXMLCStr pName) |
change node's name More... | |
IXMLAttribute * | IXMLNode::updateAttribute (IXMLAttribute *newAttribute, IXMLAttribute *oldAttribute) |
if the attribute to update is missing, a new one will be added More... | |
IXMLAttribute * | IXMLNode::updateAttribute (IXMLCStr lpcNewValue, IXMLCStr lpcNewName=NULL, int i=0) |
if the attribute to update is missing, a new one will be added More... | |
IXMLAttribute * | IXMLNode::updateAttribute (IXMLCStr lpcNewValue, IXMLCStr lpcNewName, IXMLCStr lpcOldName) |
set lpcNewName=NULL if you don't want to change the name of the attribute if the attribute to update is missing, a new one will be added More... | |
IXMLCStr | IXMLNode::updateText (IXMLCStr lpcNewValue, int i=0) |
if the text to update is missing, a new one will be added More... | |
IXMLCStr | IXMLNode::updateText (IXMLCStr lpcNewValue, IXMLCStr lpcOldValue) |
if the text to update is missing, a new one will be added More... | |
IXMLClear * | IXMLNode::updateClear (IXMLCStr lpcNewContent, int i=0) |
if the clearTag to update is missing, a new one will be added More... | |
IXMLClear * | IXMLNode::updateClear (IXMLClear *newP, IXMLClear *oldP) |
if the clearTag to update is missing, a new one will be added More... | |
IXMLClear * | IXMLNode::updateClear (IXMLCStr lpcNewValue, IXMLCStr lpcOldValue) |
if the clearTag to update is missing, a new one will be added More... | |
See the functions example3() and example6() for some usage examples.
IXMLAttribute* IXMLNode::updateAttribute | ( | IXMLAttribute * | newAttribute, |
IXMLAttribute * | oldAttribute | ||
) |
if the attribute to update is missing, a new one will be added
Referenced by example3().
IXMLAttribute* IXMLNode::updateAttribute | ( | IXMLCStr | lpcNewValue, |
IXMLCStr | lpcNewName = NULL , |
||
int | i = 0 |
||
) |
if the attribute to update is missing, a new one will be added
IXMLAttribute* IXMLNode::updateAttribute | ( | IXMLCStr | lpcNewValue, |
IXMLCStr | lpcNewName, | ||
IXMLCStr | lpcOldName | ||
) |
set lpcNewName=NULL if you don't want to change the name of the attribute if the attribute to update is missing, a new one will be added
if the clearTag to update is missing, a new one will be added
if the clearTag to update is missing, a new one will be added
if the clearTag to update is missing, a new one will be added
if the text to update is missing, a new one will be added