| java.lang.Object org.apache.xerces.dom.DOMLocatorImpl
Field Summary | |
public int | fByteOffset | public int | fColumnNumber The column number where the error occured,
or -1 if there is no column number available. | public int | fLineNumber The line number where the error occured,
or -1 if there is no line number available. | public Node | fRelatedNode | public String | fUri The URI where the error occured,
or null if there is no URI available. | 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. |
Constructor Summary | |
public | DOMLocatorImpl() | public | DOMLocatorImpl(int lineNumber, int columnNumber, String uri) | public | DOMLocatorImpl(int lineNumber, int columnNumber, int utf16Offset, String uri) | public | DOMLocatorImpl(int lineNumber, int columnNumber, int byteoffset, Node relatedData, String uri) | public | DOMLocatorImpl(int lineNumber, int columnNumber, int byteoffset, Node relatedData, String uri, int utf16Offset) |
Method Summary | |
public int | getByteOffset() | public int | getColumnNumber() The column number where the error occured, or -1 if there is no column
number available. | public int | getLineNumber() The line number where the error occured, or -1 if there is no line
number available. | public Node | getRelatedNode() | public String | getUri() The URI where the error occured, or null if there is no URI available. | 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. |
fByteOffset | public int fByteOffset(Code) | | 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(Code) | | The column number where the error occured,
or -1 if there is no column number available.
|
fLineNumber | public int fLineNumber(Code) | | The line number where the error occured,
or -1 if there is no line number available.
|
fRelatedNode | public Node fRelatedNode(Code) | | related data node
|
fUri | public String fUri(Code) | | The URI where the error occured,
or null if there is no URI available.
|
fUtf16Offset | public int fUtf16Offset(Code) | | 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()(Code) | | |
DOMLocatorImpl | public DOMLocatorImpl(int lineNumber, int columnNumber, String uri)(Code) | | |
DOMLocatorImpl | public DOMLocatorImpl(int lineNumber, int columnNumber, int utf16Offset, String uri)(Code) | | |
DOMLocatorImpl | public DOMLocatorImpl(int lineNumber, int columnNumber, int byteoffset, Node relatedData, String uri)(Code) | | |
DOMLocatorImpl | public DOMLocatorImpl(int lineNumber, int columnNumber, int byteoffset, Node relatedData, String uri, int utf16Offset)(Code) | | |
getByteOffset | public int getByteOffset()(Code) | | The byte offset into the input source this locator is pointing to or -1
if there is no byte offset available
|
getColumnNumber | public int getColumnNumber()(Code) | | The column number where the error occured, or -1 if there is no column
number available.
|
getLineNumber | public int getLineNumber()(Code) | | The line number where the error occured, or -1 if there is no line
number available.
|
getUri | public String getUri()(Code) | | The URI where the error occured, or null if there is no URI available.
|
getUtf16Offset | public int getUtf16Offset()(Code) | | 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.
|
|
|