public static class PullToStax.SourceStreamLocation extends Object implements Location
| Constructor and Description |
|---|
PullToStax.SourceStreamLocation(SourceLocator locator)
Create a StAX SourceStreamLocation object based on a given SAX SourceLocator
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacterOffset() |
int |
getColumnNumber() |
int |
getLineNumber() |
String |
getPublicId() |
String |
getSystemId() |
public PullToStax.SourceStreamLocation(SourceLocator locator)
locator - the SAX SourceLocatorpublic int getCharacterOffset()
getCharacterOffset in interface Locationpublic int getColumnNumber()
getColumnNumber in interface Locationpublic int getLineNumber()
getLineNumber in interface Locationpublic String getPublicId()
getPublicId in interface Locationpublic String getSystemId()
getSystemId in interface LocationCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.