org.apache.woden
Interface ErrorLocator
- All Known Implementing Classes:
- ErrorLocatorImpl
- public interface ErrorLocator
Represents the location of a parsing error within an XML document.
Based on org.xml.sax.Locator.
TODO decide if URI info of the document is needed,
and maybe XPATH of the element or attribute in error.
- Author:
- John Kaputin (jkaputin@apache.org)
getDocumentBaseURI
public java.lang.String getDocumentBaseURI()
getLocationURI
public java.lang.String getLocationURI()
getLineNumber
public int getLineNumber()
getColumnNumber
public int getColumnNumber()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.