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()
SourceLocationgetColumnNo in interface SourceLocationpublic int getLineNo()
SourceLocationgetLineNo in interface SourceLocationpublic java.lang.String getPath()
SourceLocationgetPath in interface SourceLocationpublic java.net.URI getURI()
SourceLocationgetURI in interface SourceLocation