Parser::ParseString

Parser::ParseString
virtual bool ParseString(const char* pdata, UPInt len, ParserHandler* pphandler) = 0;
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* pphandler 
Pointer to the DOM builder. 
Return Value

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