bool ParseString(const char* pdata, UPInt len, ParserHandler* pdb);
ParseString parses a string using the provided DOM builder. 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 |
Number of characters in the string. |
ParserHandler* pdb |
Pointer to the parser handler/ DOM builder. |
A Boolean value of true if the string is parsed otherwise false.