public static class PullToStax.SourceStreamLocation extends Object implements Location
Constructor and Description |
---|
PullToStax.SourceStreamLocation(Location 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(Location 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-2014 Saxonica Limited. All rights reserved.