com.xmlcalabash.util
Class XProcLocationProvider
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XProcLocationProvider
public XProcLocationProvider()
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