javanet.staxutils.helpers
Class UnknownLocation
java.lang.Object
javanet.staxutils.helpers.UnknownLocation
- All Implemented Interfaces:
- StaticLocation, javax.xml.stream.Location
public final class UnknownLocation
- extends java.lang.Object
- implements javax.xml.stream.Location, StaticLocation
Location used to represent unknown locations.
- Version:
- $Revision: 1.1 $
- Author:
- Christian Niles
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final UnknownLocation INSTANCE
UnknownLocation
public UnknownLocation()
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber in interface javax.xml.stream.Location
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber in interface javax.xml.stream.Location
getCharacterOffset
public int getCharacterOffset()
- Specified by:
getCharacterOffset in interface javax.xml.stream.Location
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicId in interface javax.xml.stream.Location
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemId in interface javax.xml.stream.Location
Copyright © 2013. All Rights Reserved.