Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_LOCATOR_HPP)
23 #define XERCESC_INCLUDE_GUARD_LOCATOR_HPP
virtual ~Locator()
Destructor.
Definition: Locator.hpp:66
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
char16_t XMLCh
Definition: Xerces_autoconf_config.hpp:120
Interface for associating a SAX event with a document location.
Definition: Locator.hpp:55
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
virtual const XMLCh * getSystemId() const =0
Return the system identifier for the current document event.
XMLUInt64 XMLFileLoc
Definition: Xerces_autoconf_config.hpp:144
virtual XMLFileLoc getLineNumber() const =0
Return the line number where the current document event ends.
virtual const XMLCh * getPublicId() const =0
Return the public identifier for the current document event.
#define SAX_EXPORT
Definition: XercesDefs.hpp:164
virtual XMLFileLoc getColumnNumber() const =0
Return the column number where the current document event ends.
Locator()
Default constructor.
Definition: Locator.hpp:61