|
||||||||||
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 DOMLocator
public int getColumnNumber()
getColumnNumber
in interface DOMLocator
public int getByteOffset()
getByteOffset
in interface DOMLocator
public int getUtf16Offset()
getUtf16Offset
in interface DOMLocator
public Node getRelatedNode()
getRelatedNode
in interface DOMLocator
public String getUri()
getUri
in interface DOMLocator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |