org.apache.woden
Interface ErrorLocator
- All Known Implementing Classes:
- ErrorLocatorImpl
public interface ErrorLocator
Represents the location of a parsing error within an XML document.
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
java.lang.String getDocumentBaseURI()
getLocationURI
java.lang.String getLocationURI()
getLineNumber
int getLineNumber()
getColumnNumber
int getColumnNumber()
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.