javax.xml.transform

Interface SourceLocator

public interface SourceLocator

JAXP/transform analogue of SAX Locator.

Version: 1.0

Author: Andrew Selkirk

See Also: Locator

Method Summary
intgetColumnNumber()
intgetLineNumber()
StringgetPublicId()
StringgetSystemId()

Method Detail

getColumnNumber

public int getColumnNumber()

getLineNumber

public int getLineNumber()

getPublicId

public String getPublicId()

getSystemId

public String getSystemId()

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 2011-08-26.