Support::ParseString

Support::ParseString
bool ParseString(const char* pdata, UPInt len, ParserHandler* pdb);
Description

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
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. 
Return Value

A Boolean value of true if the string is parsed otherwise false.