public final class UnknownLocation extends 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() |
String |
getPublicId() |
String |
getSystemId() |
public static final UnknownLocation INSTANCE
public int getLineNumber()
getLineNumber in interface Locationpublic int getColumnNumber()
getColumnNumber in interface Locationpublic int getCharacterOffset()
getCharacterOffset in interface Locationpublic String getPublicId()
getPublicId in interface Locationpublic String getSystemId()
getSystemId in interface LocationCopyright © 2019. All rights reserved.