Package javanet.staxutils.helpers
Class UnknownLocation
java.lang.Object
javanet.staxutils.helpers.UnknownLocation
- All Implemented Interfaces:
StaticLocation,Location
Location used to represent unknown locations.- Version:
- $Revision: 1.1 $
- Author:
- Christian Niles
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintint
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
UnknownLocation
public UnknownLocation()
-
-
Method Details
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumberin interfaceLocation
-
getColumnNumber
public int getColumnNumber()- Specified by:
getColumnNumberin interfaceLocation
-
getCharacterOffset
public int getCharacterOffset()- Specified by:
getCharacterOffsetin interfaceLocation
-
getPublicId
- Specified by:
getPublicIdin interfaceLocation
-
getSystemId
- Specified by:
getSystemIdin interfaceLocation
-