22#if !defined(XERCESC_INCLUDE_GUARD_DOMLOCATOR_HPP)
23#define XERCESC_INCLUDE_GUARD_DOMLOCATOR_HPP
#define CDOM_EXPORT
Definition XercesDefs.hpp:166
#define XERCES_CPP_NAMESPACE_BEGIN
Definition XercesDefs.hpp:112
#define XERCES_CPP_NAMESPACE_END
Definition XercesDefs.hpp:113
char16_t XMLCh
Definition Xerces_autoconf_config.hpp:120
XMLUInt64 XMLFilePos
Definition Xerces_autoconf_config.hpp:139
XMLUInt64 XMLFileLoc
Definition Xerces_autoconf_config.hpp:144
DOMLocator is an interface that describes a location.
Definition DOMLocator.hpp:42
virtual ~DOMLocator()
Destructor.
Definition DOMLocator.hpp:72
DOMLocator()
Definition DOMLocator.hpp:49
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 XMLFileLoc getLineNumber() const =0
Get the line number where the error occured, or 0 if there is no line number available.
virtual const XMLCh * getURI() const =0
Get the URI where the error occured, or null if there is no URI available.
virtual DOMNode * getRelatedNode() const =0
Get the DOMNode where the error occured, or null if there is no node 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.
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition DOMNode.hpp:139