Constructor and Description |
---|
StaxLocationWrapper(javax.xml.stream.Location loc)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ILocation |
fromLocation(javax.xml.stream.Location loc)
Static method to wrap a Location object
|
int |
getCharacterOffset()
Return the byte or character offset into the input source this location
is pointing to.
|
int |
getColumnNumber()
Return the column number where the current event ends, returns -1 if none
is available.
|
int |
getLineNumber()
Return the line number where the current event ends, returns -1 if none
is available.
|
java.lang.String |
getPublicId()
Returns the public ID of the XML
|
java.lang.String |
getSystemId()
Returns the system ID of the XML
|
public StaxLocationWrapper(javax.xml.stream.Location loc)
loc
- The location to be wrapped.public int getLineNumber()
getLineNumber
in interface ILocation
public int getColumnNumber()
getColumnNumber
in interface ILocation
public int getCharacterOffset()
getCharacterOffset
in interface ILocation
public java.lang.String getPublicId()
getPublicId
in interface ILocation
public java.lang.String getSystemId()
getSystemId
in interface ILocation
public static ILocation fromLocation(javax.xml.stream.Location loc)
loc
- The location object to be wrapped