Package org.jvnet.staxex.util
Class DummyLocation
- java.lang.Object
-
- org.jvnet.staxex.util.DummyLocation
-
- All Implemented Interfaces:
javax.xml.stream.Location
public final class DummyLocation extends java.lang.Object implements javax.xml.stream.LocationLocationthat returns no info.
-
-
Field Summary
Fields Modifier and Type Field Description static javax.xml.stream.LocationINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateDummyLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCharacterOffset()intgetColumnNumber()intgetLineNumber()java.lang.StringgetPublicId()java.lang.StringgetSystemId()
-
-
-
Method Detail
-
getCharacterOffset
public int getCharacterOffset()
- Specified by:
getCharacterOffsetin interfacejavax.xml.stream.Location
-
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumberin interfacejavax.xml.stream.Location
-
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumberin interfacejavax.xml.stream.Location
-
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicIdin interfacejavax.xml.stream.Location
-
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemIdin interfacejavax.xml.stream.Location
-
-