public class SourceLocatorWrapper extends java.lang.Object implements SourceLocation
Constructor and Description |
---|
SourceLocatorWrapper(javax.xml.transform.SourceLocator sloc) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnNo()
Column number.
|
int |
getLineNo()
Line number.
|
java.lang.String |
getPath()
Location path (not a file path, but a path in an expression).
|
java.net.URI |
getURI()
URI of the source file.
|
public SourceLocatorWrapper(javax.xml.transform.SourceLocator sloc)
public int getColumnNo()
SourceLocation
getColumnNo
in interface SourceLocation
public int getLineNo()
SourceLocation
getLineNo
in interface SourceLocation
public java.lang.String getPath()
SourceLocation
getPath
in interface SourceLocation
public java.net.URI getURI()
SourceLocation
getURI
in interface SourceLocation