public final class UnknownLocation extends java.lang.Object implements Location, StaticLocation
Location
used to represent unknown locations.Modifier and Type | Field and Description |
---|---|
static UnknownLocation |
INSTANCE |
Constructor and Description |
---|
UnknownLocation() |
Modifier and Type | Method and Description |
---|---|
int |
getCharacterOffset() |
int |
getColumnNumber() |
int |
getLineNumber() |
java.lang.String |
getPublicId() |
java.lang.String |
getSystemId() |
public static final UnknownLocation INSTANCE
public int getLineNumber()
getLineNumber
in interface Location
public int getColumnNumber()
getColumnNumber
in interface Location
public int getCharacterOffset()
getCharacterOffset
in interface Location
public java.lang.String getPublicId()
getPublicId
in interface Location
public java.lang.String getSystemId()
getSystemId
in interface Location