| java.lang.Object net.sf.saxon.expr.ExpressionLocation
ExpressionLocation | public class ExpressionLocation implements SaxonLocator,Serializable(Code) | | Class to hold details of the location of an expression, of an error in a source file, etc.
|
ExpressionLocation | public ExpressionLocation()(Code) | | |
ExpressionLocation | public ExpressionLocation(String systemId, int lineNumber, int columnNumber)(Code) | | |
getColumnNumber | public int getColumnNumber()(Code) | | |
getLineNumber | public int getLineNumber()(Code) | | |
getLineNumber | public int getLineNumber(int locationId)(Code) | | |
getSourceLocator | public static SaxonLocator getSourceLocator(int locationId, LocationProvider locationProvider)(Code) | | Construct an object holding location information for a validation error message
Parameters: locationId - The locationId as supplied with an event such as startElement or attribute Parameters: locationProvider - The object that understands how to interpret the locationId a SaxonLocator containing the location information |
setColumnNumber | public void setColumnNumber(int columnNumber)(Code) | | |
setLineNumber | public void setLineNumber(int lineNumber)(Code) | | |
|
|