API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.transform. SourceLocator View Source
Author(s)
Since
Version
Serial
Hierarchy
 SourceLocator
Subinterfaces
Description
public interface SourceLocator
This interface is primarily for the purposes of reporting where an error occurred in the XML source or transformation instructions.
See also:   
Methods
Hide/Show inherited methods
public int getColumnNumber ()
  Return the character position where the current document event ends.
public int getLineNumber ()
  Return the line number where the current document event ends.
public String getPublicId ()
  Return the public identifier for the current document event.
public String getSystemId ()
  Return the system identifier for the current document event.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar