org.apache.ode.bpel.compiler
Class SourceLocatorWrapper

java.lang.Object
  extended by org.apache.ode.bpel.compiler.SourceLocation
      extended by org.apache.ode.bpel.compiler.SourceLocatorWrapper

public class SourceLocatorWrapper
extends SourceLocation


Constructor Summary
SourceLocatorWrapper(javax.xml.transform.SourceLocator sloc)
           
 
Method Summary
 int getColumnNo()
           
 int getLineNo()
           
 java.lang.String getPath()
           
 java.net.URI getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceLocatorWrapper

public SourceLocatorWrapper(javax.xml.transform.SourceLocator sloc)
Method Detail

getColumnNo

public int getColumnNo()
Overrides:
getColumnNo in class SourceLocation

getLineNo

public int getLineNo()
Overrides:
getLineNo in class SourceLocation

getPath

public java.lang.String getPath()
Overrides:
getPath in class SourceLocation

getURI

public java.net.URI getURI()
Overrides:
getURI in class SourceLocation