Public Member Functions

zeus::IXMLNodeError Class Reference

#include <IXMLNodeError.hpp>

Inheritance diagram for zeus::IXMLNodeError:
zeus::IZUnknown

List of all members.

Public Member Functions

virtual void MQUALIFIER getMessage (IString &rstrMessage) const =0
virtual Int MQUALIFIER getLine () const =0
virtual Int MQUALIFIER getColumn () const =0
virtual Retval MQUALIFIER getNode (IXMLNode *&rpNode)=0

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:
rpNode,:Return parameter
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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Written by Benjamin Hadorn http://www.xatlantis.ch.
Last change made on Sun Jan 22 2012 15:28:37