@Immutable public final class SaxonLocation extends Object implements Location
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacterOffset() |
int |
getColumnNumber() |
int |
getLineNumber() |
String |
getPublicId() |
String |
getSystemId() |
net.sf.saxon.s9api.XdmNode |
node() |
static SaxonLocation |
of(net.sf.saxon.s9api.XdmNode node) |
String |
toString() |
public static SaxonLocation of(net.sf.saxon.s9api.XdmNode node)
public net.sf.saxon.s9api.XdmNode node()
public int getCharacterOffset()
getCharacterOffset in interface Locationpublic String getSystemId()
getSystemId in interface LocationgetSystemId in interface SourceLocatorpublic int getColumnNumber()
getColumnNumber in interface LocationgetColumnNumber in interface SourceLocatorpublic int getLineNumber()
getLineNumber in interface LocationgetLineNumber in interface SourceLocatorpublic String getPublicId()
getPublicId in interface LocationgetPublicId in interface SourceLocatorCopyright © 2009-2012 TranceCode. All Rights Reserved.