org.apache.xerces.dom
Class DOMLocatorImpl
java.lang.Object
org.apache.xerces.dom.DOMLocatorImpl
- org.w3c.dom.DOMLocator
public class DOMLocatorImpl
extends java.lang.Object
implements org.w3c.dom.DOMLocator
$Id: DOMLocatorImpl.java 320295 2005-05-02 22:02:22Z mrglavas $- Gopal Sharma, SUN Microsystems Inc.
int | fByteOffset - The byte offset into the input source this locator is pointing to or -1
if there is no byte offset available
|
int | fColumnNumber - The column number where the error occured,
or -1 if there is no column number available.
|
int | fLineNumber - The line number where the error occured,
or -1 if there is no line number available.
|
org.w3c.dom.Node | fRelatedNode - related data node
|
String | fUri - The URI where the error occured,
or null if there is no URI available.
|
int | fUtf16Offset - 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.
|
DOMLocatorImpl()
|
DOMLocatorImpl(int lineNumber, int columnNumber, String uri)
|
DOMLocatorImpl(int lineNumber, int columnNumber, int utf16Offset, String uri)
|
DOMLocatorImpl(int lineNumber, int columnNumber, int byteoffset, org.w3c.dom.Node relatedData, String uri)
|
DOMLocatorImpl(int lineNumber, int columnNumber, int byteoffset, org.w3c.dom.Node relatedData, String uri, int utf16Offset)
|
int | getByteOffset() - The byte offset into the input source this locator is pointing to or -1
if there is no byte offset available
|
int | getColumnNumber() - The column number where the error occured, or -1 if there is no column
number available.
|
int | getLineNumber() - The line number where the error occured, or -1 if there is no line
number available.
|
org.w3c.dom.Node | getRelatedNode()
|
String | getUri() - The URI where the error occured, or null if there is no URI available.
|
int | getUtf16Offset() - 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.
|
fByteOffset
public int fByteOffset
The byte offset into the input source this locator is pointing to or -1
if there is no byte offset available
fColumnNumber
public int fColumnNumber
The column number where the error occured,
or -1 if there is no column number available.
fLineNumber
public int fLineNumber
The line number where the error occured,
or -1 if there is no line number available.
fRelatedNode
public org.w3c.dom.Node fRelatedNode
related data node
fUri
public String fUri
The URI where the error occured,
or null if there is no URI available.
fUtf16Offset
public int fUtf16Offset
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.
DOMLocatorImpl
public DOMLocatorImpl()
DOMLocatorImpl
public DOMLocatorImpl(int lineNumber,
int columnNumber,
String uri)
DOMLocatorImpl
public DOMLocatorImpl(int lineNumber,
int columnNumber,
int utf16Offset,
String uri)
DOMLocatorImpl
public DOMLocatorImpl(int lineNumber,
int columnNumber,
int byteoffset,
org.w3c.dom.Node relatedData,
String uri)
DOMLocatorImpl
public DOMLocatorImpl(int lineNumber,
int columnNumber,
int byteoffset,
org.w3c.dom.Node relatedData,
String uri,
int utf16Offset)
getByteOffset
public int getByteOffset()
The byte offset into the input source this locator is pointing to or -1
if there is no byte offset available
- getByteOffset in interface org.w3c.dom.DOMLocator
getColumnNumber
public int getColumnNumber()
The column number where the error occured, or -1 if there is no column
number available.
- getColumnNumber in interface org.w3c.dom.DOMLocator
getLineNumber
public int getLineNumber()
The line number where the error occured, or -1 if there is no line
number available.
- getLineNumber in interface org.w3c.dom.DOMLocator
getRelatedNode
public org.w3c.dom.Node getRelatedNode()
- getRelatedNode in interface org.w3c.dom.DOMLocator
getUri
public String getUri()
The URI where the error occured, or null if there is no URI available.
- getUri in interface org.w3c.dom.DOMLocator
getUtf16Offset
public int getUtf16Offset()
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.
- getUtf16Offset in interface org.w3c.dom.DOMLocator
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.