| java.lang.Object net.sf.saxon.instruct.LocationMap
LocationMap | public class LocationMap implements LocationProvider,Serializable(Code) | | A LocationMap allocates integer codes to (systemId, lineNumber) pairs. The integer
codes are held inside an Expression object to track the location of the expression
in the source code
|
LocationMap | public LocationMap()(Code) | | |
allocateLocationId | public int allocateLocationId(String module, int lineNumber)(Code) | | Allocate a location identifier to an expression
|
getLineNumber | public int getLineNumber(int locationId)(Code) | | Get the line number corresponding to a locationId
|
getSystemId | public String getSystemId(int locationId)(Code) | | Get the system identifier corresponding to a locationId
|
|
|