Package internal.org.jvnet.staxex.util
Class DummyLocation
- java.lang.Object
-
- internal.org.jvnet.staxex.util.DummyLocation
-
- All Implemented Interfaces:
Location
public final class DummyLocation extends Object implements Location
Location
that returns no info.- Author:
- [email protected]
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCharacterOffset()
int
getColumnNumber()
int
getLineNumber()
String
getPublicId()
String
getSystemId()
-
-
-
Field Detail
-
INSTANCE
public static final Location INSTANCE
-
-
Method Detail
-
getCharacterOffset
public int getCharacterOffset()
- Specified by:
getCharacterOffset
in interfaceLocation
-
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber
in interfaceLocation
-
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in interfaceLocation
-
getPublicId
public String getPublicId()
- Specified by:
getPublicId
in interfaceLocation
-
getSystemId
public String getSystemId()
- Specified by:
getSystemId
in interfaceLocation
-
-