net.sf.saxon.instruct
Interface Locatable

All Known Subinterfaces:
Instr
All Known Implementing Classes:
ForExpression, IfExpression, Instruction, LetExpression

public interface Locatable

This interface represents an instruction or expression whose location in a source module is known.


Method Summary
 javax.xml.transform.SourceLocator getSourceLocator()
          Get a SourceLocator identifying the location of the instruction or expression
 

Method Detail

getSourceLocator

public javax.xml.transform.SourceLocator getSourceLocator()
Get a SourceLocator identifying the location of the instruction or expression