virtual bool ParseFile(const char* pfilename, FileOpenerBase* pfo, ParserHandler* pphandler) = 0;
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* pphandler |
Pointer to parser handler/DOM builder. |
A Boolean value of true if the file is loaded otherwise false.