xmldom::DomLocator Class Reference

#include <DomLocator.h>

List of all members.


Detailed Description

DomLocator is an interface that describes a location (e.g.

where an error occurred).


Public Member Functions

 DomLocator ()
 ctor
 DomLocator (const DomLocator &copy)
 copy ctor
virtual ~DomLocator ()
 dtor
const DomLocatoroperator= (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.


Constructor & Destructor Documentation

xmldom::DomLocator::DomLocator (  ) 

ctor

xmldom::DomLocator::DomLocator ( const DomLocator copy  ) 

copy ctor

xmldom::DomLocator::~DomLocator (  )  [virtual]

dtor


Member Function Documentation

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.


The documentation for this class was generated from the following files:
Generated on Fri May 30 11:15:12 2008 for XMLDOM by  doxygen 1.5.2