Go to the documentation of this file.
   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;
 
  
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
#define CDOM_EXPORT
Definition: XercesDefs.hpp:166
virtual ~DOMLocator()
Destructor.
Definition: DOMLocator.hpp:72
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
XMLUInt64 XMLFileLoc
Definition: Xerces_autoconf_config.hpp:144
uint16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
DOMLocator is an interface that describes a location.
Definition: DOMLocator.hpp:41
XMLUInt64 XMLFilePos
Definition: Xerces_autoconf_config.hpp:139
DOMLocator()
Definition: DOMLocator.hpp:49
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139