22 #if !defined(XERCESC_INCLUDE_GUARD_DOMLOCATOR_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMLOCATOR_HPP
97 virtual XMLFileLoc getColumnNumber()
const = 0;
113 virtual XMLFilePos getUtf16Offset()
const = 0;
121 virtual DOMNode* getRelatedNode()
const = 0;
129 virtual const XMLCh* getURI()
const = 0;
DOMLocator()
Definition: DOMLocator.hpp:49
XMLUInt64 XMLFilePos
Definition: Xerces_autoconf_config.borland.hpp:111
XMLUInt64 XMLFileLoc
Definition: Xerces_autoconf_config.borland.hpp:116
virtual ~DOMLocator()
Destructor.
Definition: DOMLocator.hpp:72
#define CDOM_EXPORT
Definition: XercesDefs.hpp:166
DOMLocator is an interface that describes a location.
Definition: DOMLocator.hpp:41
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
wchar_t XMLCh
Definition: Xerces_autoconf_config.borland.hpp:92
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139