bool ParseFile(const char* pfilename, FileOpenerBase* pfo, ParserHandler* pdb);
ParseFile parses an XML file using the provided file opener and DOM builder.
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. |
A Boolean value of true if the file is loaded otherwise false.