bool ParseString(const char* pdata, UPInt len, ParserHandler* pparseHandler);
ParseString parses a string and directs callbacks to the provided handler. The string is assumed to be UTF-8 unless document format is specified in the XML declaration.
Parameters |
Description |
const char* pdata |
Pointer to the string to parse. |
UPInt len |
No. of characters in the string. |
ParserHandler* pparseHandler |
Pointer to parse handler. |
A Boolean value of true if the string is parsed otherwise false.