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