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 Location
public int getColumnNumber()
getColumnNumber
in interface Location
public int getLineNumber()
getLineNumber
in interface Location
public String getPublicId()
getPublicId
in interface Location
public String getSystemId()
getSystemId
in interface Location
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.