public class JadexLocationWrapper
extends java.lang.Object
implements javax.xml.stream.Location
Constructor and Description |
---|
JadexLocationWrapper(ILocation loc)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static javax.xml.stream.Location |
fromLocation(ILocation 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 JadexLocationWrapper(ILocation loc)
loc
- The location to be wrapped.public int getLineNumber()
getLineNumber
in interface javax.xml.stream.Location
public int getColumnNumber()
getColumnNumber
in interface javax.xml.stream.Location
public int getCharacterOffset()
getCharacterOffset
in interface javax.xml.stream.Location
public java.lang.String getPublicId()
getPublicId
in interface javax.xml.stream.Location
public java.lang.String getSystemId()
getSystemId
in interface javax.xml.stream.Location
public static javax.xml.stream.Location fromLocation(ILocation loc)
loc
-