javax.xml.transform
Interface SourceLocator
- All Known Subinterfaces:
- DOMLocator
- public interface SourceLocator
JAXP/transform analogue of SAX Locator.
- Version:
- 1.0
- Author:
- Andrew Selkirk
- See Also:
Locator
getPublicId
public java.lang.String getPublicId()
getSystemId
public java.lang.String getSystemId()
getLineNumber
public int getLineNumber()
getColumnNumber
public int getColumnNumber()
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.