Support::ParseFile

Support::ParseFile
bool ParseFile(const char* pfilename, FileOpenerBase* pfo, ParserHandler* pdb);
Description

ParseFile parses an XML file using the provided file opener and DOM builder.

Parameters
Parameters 
Description 
const char* pfilename 
The file name to parse. 
FileOpenerBase* pfo 
Pointer to the interface which opens the file and returns it. 
ParserHandler* pdb 
Pointer to the parser handler/ DOM builder. 
Return Value

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