|
void | appendError (ErrorType::ErrorCode etc, const xercesc::SAXParseException &e) |
|
◆ ~DocumentReader()
DocumentReader::~DocumentReader |
( |
| ) |
|
Destroys all messages in the error list.
◆ error()
void DocumentReader::error |
( |
const xercesc::SAXParseException & |
e | ) |
|
- See also
- SAXParseException
◆ fatalError()
void DocumentReader::fatalError |
( |
const xercesc::SAXParseException & |
e | ) |
|
- See also
- SAXParseException
◆ getDocument()
Returns the document as SeparatistaDocument. This is a new instance that will be owned by the caller. The caller should free the object.
- Parameters
-
- Exceptions
-
◆ loadSchema()
IOErrorCode DocumentReader::loadSchema |
( |
const wchar_t * |
pNameSpace | ) |
|
Platform specific implementation. Loads the schema for the namespace to the parser.
- Parameters
-
pNameSpace | The namespace URI to load the schema for. |
- Returns
- Error code
◆ parseFile()
IOErrorCode DocumentReader::parseFile |
( |
const wchar_t * |
pPath | ) |
|
Parse the document at path.
◆ resetErrors()
void DocumentReader::resetErrors |
( |
| ) |
|
- See also
- SAXParseException
◆ warning()
void DocumentReader::warning |
( |
const xercesc::SAXParseException & |
e | ) |
|
- See also
- SAXParseException
The documentation for this class was generated from the following files:
- /home/okkel/Projects/Cpp/separatista/lib/separatista/documentreader.h
- /home/okkel/Projects/Cpp/separatista/lib/separatista/dll.cpp
- /home/okkel/Projects/Cpp/separatista/lib/separatista/documentreader.cpp