|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.internal.ErrorLocatorImpl
Represents the location of parsing error within a XML document. Based on org.xml.sax.Locator.
Constructor Summary | |
ErrorLocatorImpl()
|
Method Summary | |
int |
getColumnNumber()
|
java.lang.String |
getDocumentBaseURI()
|
int |
getLineNumber()
|
java.lang.String |
getLocationURI()
|
void |
setColumnNumber(int col)
Set the column number of this locator. |
void |
setDocumentBaseURI(java.lang.String uri)
Set the base URI of this locator. |
void |
setLineNumber(int line)
Set the line number of this locator. |
void |
setLocationURI(java.lang.String uri)
Set the location URI of this locator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ErrorLocatorImpl()
Method Detail |
public java.lang.String getDocumentBaseURI()
getDocumentBaseURI
in interface ErrorLocator
public java.lang.String getLocationURI()
getLocationURI
in interface ErrorLocator
public int getLineNumber()
getLineNumber
in interface ErrorLocator
public int getColumnNumber()
getColumnNumber
in interface ErrorLocator
public void setDocumentBaseURI(java.lang.String uri)
uri
- The URI of the base location to set.public void setLocationURI(java.lang.String uri)
uri
- The URI of the location to set.public void setLineNumber(int line)
line
- The line number to set.public void setColumnNumber(int col)
col
- The column number to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |