org.apache.woden
Interface ErrorLocator
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
String getDocumentBaseURI()
getLocationURI
String getLocationURI()
getLineNumber
int getLineNumber()
getColumnNumber
int getColumnNumber()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.