net.sf.saxon.expr
Class ExpressionLocation
java.lang.Object
net.sf.saxon.expr.ExpressionLocation
- All Implemented Interfaces:
- javax.xml.transform.SourceLocator
- public class ExpressionLocation
- extends java.lang.Object
- implements javax.xml.transform.SourceLocator
Class to hold details of the location of an expression.
Currently only the linenumber is used.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionLocation
public ExpressionLocation()
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemId
in interface javax.xml.transform.SourceLocator
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicId
in interface javax.xml.transform.SourceLocator
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in interface javax.xml.transform.SourceLocator
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber
in interface javax.xml.transform.SourceLocator
setSystemId
public void setSystemId(java.lang.String systemId)
setPublicId
public void setPublicId(java.lang.String publicId)
setLineNumber
public void setLineNumber(int lineNumber)
setColumnNumber
public void setColumnNumber(int columnNumber)