#include <IXMLNodeError.hpp>
List of all members.
Detailed Description
This is the error object returnd by the parser, if the validation fails.
Member Function Documentation
| virtual Int MQUALIFIER zeus::IXMLNodeError::getColumn |
( |
) |
const [pure virtual] |
Returns the column number of the error
- Returns:
- Column number
| virtual Int MQUALIFIER zeus::IXMLNodeError::getLine |
( |
) |
const [pure virtual] |
Returns the line number of the error
- Returns:
- Line number
| virtual void MQUALIFIER zeus::IXMLNodeError::getMessage |
( |
IString & |
rstrMessage ) |
const [pure virtual] |
Returns the message of the validation error
- Parameters:
-
| rstrMessage,: | Return parameter of the error message |
| virtual Retval MQUALIFIER zeus::IXMLNodeError::getNode |
( |
IXMLNode *& |
rpNode ) |
[pure virtual] |
Returns the node which has the error
- Parameters:
-
- Return values:
-
| RET_NOERROR,: | Node returned |
| RET_REQUEST_FAILED,: | Could not return the error |
The documentation for this class was generated from the following file: