com.xmlcalabash.util
Class XProcLocationProvider

java.lang.Object
  extended by com.xmlcalabash.util.XProcLocationProvider
All Implemented Interfaces:
net.sf.saxon.event.LocationProvider, net.sf.saxon.event.SourceLocationProvider

public class XProcLocationProvider
extends java.lang.Object
implements net.sf.saxon.event.SourceLocationProvider

Created by IntelliJ IDEA. User: ndw Date: Nov 23, 2008 Time: 5:12:19 PM To change this template use File | Settings | File Templates.


Constructor Summary
XProcLocationProvider()
           
 
Method Summary
 int allocateLocation(java.lang.String uri)
           
 int getColumnNumber(long locationId)
           
 int getLineNumber(long locationId)
           
 java.lang.String getSystemId(long locationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XProcLocationProvider

public XProcLocationProvider()
Method Detail

allocateLocation

public int allocateLocation(java.lang.String uri)

getSystemId

public java.lang.String getSystemId(long locationId)
Specified by:
getSystemId in interface net.sf.saxon.event.LocationProvider

getLineNumber

public int getLineNumber(long locationId)
Specified by:
getLineNumber in interface net.sf.saxon.event.LocationProvider

getColumnNumber

public int getColumnNumber(long locationId)
Specified by:
getColumnNumber in interface net.sf.saxon.event.LocationProvider