artefaktur
software engineer &        architecture

 
 
 
 

class DOMLocator

Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

org::w3c::dom::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).

See also the Document acdk::lang::Object Model (DOM) Level 3 Core Specification.

Since:
DOM Level 3


Public Member Functions

virtual int getLineNumber ()=0
 The line number this locator is pointing to, or -1 if there is no column number available.

virtual int getColumnNumber ()=0
 The column number this locator is pointing to, or -1 if there is no column number available.

virtual int getByteOffset ()=0
 The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available.

virtual int getUtf16Offset ()=0
 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.

virtual RNode getRelatedNode ()=0
 The node this locator is pointing to, or null if no node is available.

virtual RString getUri ()=0
 The URI this locator is pointing to, or null if no URI is available.


Member Function Documentation

virtual int org::w3c::dom::DOMLocator::getByteOffset  )  [pure virtual]
 

The byte offset into the input source this locator is pointing to or -1 if there is no byte offset available.

virtual int org::w3c::dom::DOMLocator::getColumnNumber  )  [pure virtual]
 

The column number this locator is pointing to, or -1 if there is no column number available.

virtual int org::w3c::dom::DOMLocator::getLineNumber  )  [pure virtual]
 

The line number this locator is pointing to, or -1 if there is no column number available.

virtual RNode org::w3c::dom::DOMLocator::getRelatedNode  )  [pure virtual]
 

The node this locator is pointing to, or null if no node is available.

virtual RString org::w3c::dom::DOMLocator::getUri  )  [pure virtual]
 

The URI this locator is pointing to, or null if no URI is available.

virtual int org::w3c::dom::DOMLocator::getUtf16Offset  )  [pure virtual]
 

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.

 
Last modified 2005-05-08 18:34 by SYSTEM By Artefaktur, Ing. Bureau Kommer