|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.AbstractDocument.DocumentError.ErrorLocation
protected class AbstractDocument.DocumentError.ErrorLocation
The DOMLocator implementation.
| Field Summary | |
|---|---|
protected Node |
node
The node that caused the error. |
| Constructor Summary | |
|---|---|
AbstractDocument.DocumentError.ErrorLocation(Node n)
Create a new ErrorLocation object. |
|
| Method Summary | |
|---|---|
int |
getByteOffset()
Get the byte offset of the error node. |
int |
getColumnNumber()
Get the column number of the error node. |
int |
getLineNumber()
Get the line number of the error node. |
Node |
getRelatedNode()
Get the node. |
String |
getUri()
Get the document URI. |
int |
getUtf16Offset()
Get the UTF-16 offset of the error node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Node node
| Constructor Detail |
|---|
public AbstractDocument.DocumentError.ErrorLocation(Node n)
| Method Detail |
|---|
public int getLineNumber()
getLineNumber in interface DOMLocatorpublic int getColumnNumber()
getColumnNumber in interface DOMLocatorpublic int getByteOffset()
getByteOffset in interface DOMLocatorpublic int getUtf16Offset()
getUtf16Offset in interface DOMLocatorpublic Node getRelatedNode()
getRelatedNode in interface DOMLocatorpublic String getUri()
getUri in interface DOMLocator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||