javanet.staxutils.helpers
Class UnknownLocation

java.lang.Object
  extended byjavanet.staxutils.helpers.UnknownLocation
All Implemented Interfaces:
Location, StaticLocation

public final class UnknownLocation
extends java.lang.Object
implements Location, StaticLocation

Location used to represent unknown locations.

Version:
$Revision: 1.1 $
Author:
Christian Niles

Field Summary
static UnknownLocation INSTANCE
           
 
Constructor Summary
UnknownLocation()
           
 
Method Summary
 int getCharacterOffset()
           
 int getColumnNumber()
           
 int getLineNumber()
           
 java.lang.String getPublicId()
           
 java.lang.String getSystemId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final UnknownLocation INSTANCE
Constructor Detail

UnknownLocation

public UnknownLocation()
Method Detail

getLineNumber

public int getLineNumber()
Specified by:
getLineNumber in interface Location

getColumnNumber

public int getColumnNumber()
Specified by:
getColumnNumber in interface Location

getCharacterOffset

public int getCharacterOffset()
Specified by:
getCharacterOffset in interface Location

getPublicId

public java.lang.String getPublicId()
Specified by:
getPublicId in interface Location

getSystemId

public java.lang.String getSystemId()
Specified by:
getSystemId in interface Location