|
IncredibleXMLParser
3.05
|
Functions | |
| XMLDLLENTRY IXMLStr | IXMLStringDup (IXMLCStr source, int cbData=-1) |
| Duplicate (copy in a new allocated buffer) the source string. More... | |
| XMLDLLENTRY void | freeIXMLString (IXMLStr t) |
| to free the string allocated inside the "stringDup" function. More... | |
See the function example2() for some usage examples.
| XMLDLLENTRY void freeIXMLString | ( | IXMLStr | t | ) |
to free the string allocated inside the "stringDup" function.
| XMLDLLENTRY IXMLStr IXMLStringDup | ( | IXMLCStr | source, |
| int | cbData = -1 |
||
| ) |
Duplicate (copy in a new allocated buffer) the source string.
This is a very handy function when used with all the "IXMLNode::*_WOSD" functions (xmlWOSD).
| cbData | If !=0 then cbData is the number of chars to duplicate. New strings allocated with this function should be free'd using the "freeIXMLString" function. |
Referenced by example2().
1.8.3.1