org.apache.batik.dom
protected class AbstractDocument.DocumentError.ErrorLocation extends Object implements DOMLocator
Field Summary | |
---|---|
protected Node | node
The node that caused the error. |
Constructor Summary | |
---|---|
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. |