#include <XercesLocatorAdaptor.H>
Inheritance diagram for qgxml::XercesLocatorAdaptor:

Definition at line 66 of file XercesLocatorAdaptor.H.
Public Member Functions | |
Constructors | |
| XercesLocatorAdaptor (xercesc::Locator *locator) | |
| Default constructor. | |
Destructors | |
| virtual | ~XercesLocatorAdaptor () |
| Destructor. | |
Access | |
| virtual int | getColumnNumber () const |
| Return the column number where the current document event ends. | |
| virtual int | getLineNumber () const |
| Return the line number where the current document event ends. | |
| virtual std::string | getPublicId () const |
| Return the public identifier for the current document event. | |
| virtual std::string | getSystemId () const |
| Return the system identifier for the current document event. | |
Protected Attributes | |
| xercesc::Locator * | _impl |
| XercesStringConverter | _sc |
|
|
Default constructor.
Definition at line 56 of file XercesLocatorAdaptor.C. References _impl. |
|
|
Destructor.
Definition at line 65 of file XercesLocatorAdaptor.C. |
|
|
Return the column number where the current document event ends.
Implements qgxml::Locator. Definition at line 75 of file XercesLocatorAdaptor.C. References _impl. |
|
|
Return the line number where the current document event ends.
Implements qgxml::Locator. Definition at line 83 of file XercesLocatorAdaptor.C. References _impl. |
|
|
Return the public identifier for the current document event.
Implements qgxml::Locator. Definition at line 91 of file XercesLocatorAdaptor.C. References _impl, _sc, and qgxml::XercesStringConverter::convert(). |
|
|
Return the system identifier for the current document event.
Implements qgxml::Locator. Definition at line 99 of file XercesLocatorAdaptor.C. References _impl, _sc, and qgxml::XercesStringConverter::convert(). |
|
|
Definition at line 118 of file XercesLocatorAdaptor.H. Referenced by getColumnNumber(), getLineNumber(), getPublicId(), getSystemId(), and XercesLocatorAdaptor(). |
|
|
Definition at line 120 of file XercesLocatorAdaptor.H. Referenced by getPublicId(), and getSystemId(). |