Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_DOMLOCATOR_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMLOCATOR_HPP
25 #include <xercesc/util/XercesDefs.hpp>
27 XERCES_CPP_NAMESPACE_BEGIN
133 XERCES_CPP_NAMESPACE_END
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139
virtual DOMNode * getRelatedNode() const =0
Get the DOMNode where the error occured, or null if there is no node available.
virtual ~DOMLocator()
Destructor.
Definition: DOMLocator.hpp:72
virtual XMLFilePos getUtf16Offset() const =0
Get the UTF-16 offset into the input source, or ~(XMLFilePos(0)) if there is no UTF-16 offset availab...
virtual const XMLCh * getURI() const =0
Get the URI where the error occured, or null if there is no URI available.
DOMLocator()
Definition: DOMLocator.hpp:49
DOMLocator is an interface that describes a location.
Definition: DOMLocator.hpp:42
virtual XMLFileLoc getLineNumber() const =0
Get the line number where the error occured, or 0 if there is no line number available.
virtual XMLFilePos getByteOffset() const =0
Get the byte offset into the input source, or ~(XMLFilePos(0)) if there is no byte offset available.
virtual XMLFileLoc getColumnNumber() const =0
Get the column number where the error occured, or 0 if there is no column number available.