ParserExpat::ParseString

ParserExpat::ParseString
bool ParseString(const char* pdata, UPInt len, ParserHandler* pparseHandler);
Description

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

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