#include <DomLocator.h>
where an error occurred).
Public Member Functions | |
DomLocator () | |
ctor | |
DomLocator (const DomLocator ©) | |
copy ctor | |
virtual | ~DomLocator () |
dtor | |
const DomLocator & | operator= (const DomLocator &assign) |
assign | |
long | getLineNumber () const |
The line number this locator is pointing to, or -1 if there is no column number available. | |
long | getColumnNumber () const |
The column number this locator is pointing to, or -1 if there is no column number available. | |
long | getByteOffset () const |
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available. | |
long | getUTF16Offset () const |
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available. | |
DomNode | getRelatedNode () const |
The node this locator is pointing to, or null if no node is available. | |
DomString | getURI () const |
The URI this locator is pointing to, or null if no URI is available. |
xmldom::DomLocator::DomLocator | ( | ) |
ctor
xmldom::DomLocator::DomLocator | ( | const DomLocator & | copy | ) |
copy ctor
xmldom::DomLocator::~DomLocator | ( | ) | [virtual] |
dtor
const DomLocator & xmldom::DomLocator::operator= | ( | const DomLocator & | assign | ) |
assign
long xmldom::DomLocator::getLineNumber | ( | ) | const |
The line number this locator is pointing to, or -1 if there is no column number available.
long xmldom::DomLocator::getColumnNumber | ( | ) | const |
The column number this locator is pointing to, or -1 if there is no column number available.
long xmldom::DomLocator::getByteOffset | ( | ) | const |
The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available.
long xmldom::DomLocator::getUTF16Offset | ( | ) | const |
The UTF-16, as defined in [Unicode] and Amendment 1 of [ISO/IEC 10646], offset into the input source this locator is pointing to or -1 if there is no UTF-16 offset available.
DomNode xmldom::DomLocator::getRelatedNode | ( | ) | const |
The node this locator is pointing to, or null if no node is available.
DomString xmldom::DomLocator::getURI | ( | ) | const |
The URI this locator is pointing to, or null if no URI is available.