|
||||||||||
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 org.w3c.dom.Node |
node
The node that caused the error. |
Constructor Summary | |
---|---|
AbstractDocument.DocumentError.ErrorLocation(org.w3c.dom.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. |
org.w3c.dom.Node |
getRelatedNode()
Get the node. |
java.lang.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 org.w3c.dom.Node node
Constructor Detail |
---|
public AbstractDocument.DocumentError.ErrorLocation(org.w3c.dom.Node n)
Method Detail |
---|
public int getLineNumber()
getLineNumber
in interface org.w3c.dom.DOMLocator
public int getColumnNumber()
getColumnNumber
in interface org.w3c.dom.DOMLocator
public int getByteOffset()
getByteOffset
in interface org.w3c.dom.DOMLocator
public int getUtf16Offset()
getUtf16Offset
in interface org.w3c.dom.DOMLocator
public org.w3c.dom.Node getRelatedNode()
getRelatedNode
in interface org.w3c.dom.DOMLocator
public java.lang.String getUri()
getUri
in interface org.w3c.dom.DOMLocator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |