net.sf.saxon.expr
Class ExpressionLocation

java.lang.Object
  extended bynet.sf.saxon.expr.ExpressionLocation
All Implemented Interfaces:
SourceLocator

public class ExpressionLocation
extends Object
implements SourceLocator

Class to hold details of the location of an expression. Currently only the linenumber is used.


Constructor Summary
ExpressionLocation()
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 String getPublicId()
           
 String getSystemId()
           
 void setColumnNumber(int columnNumber)
           
 void setLineNumber(int lineNumber)
           
 void setPublicId(String publicId)
           
 void setSystemId(String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionLocation

public ExpressionLocation()
Method Detail

getSystemId

public String getSystemId()
Specified by:
getSystemId in interface SourceLocator

getPublicId

public String getPublicId()
Specified by:
getPublicId in interface SourceLocator

getLineNumber

public int getLineNumber()
Specified by:
getLineNumber in interface SourceLocator

getColumnNumber

public int getColumnNumber()
Specified by:
getColumnNumber in interface SourceLocator

setSystemId

public void setSystemId(String systemId)

setPublicId

public void setPublicId(String publicId)

setLineNumber

public void setLineNumber(int lineNumber)

setColumnNumber

public void setColumnNumber(int columnNumber)