Module com.sun.xml.streambuffer
Package com.sun.xml.stream.buffer.stax
Class StreamReaderBufferProcessor.DummyLocation
java.lang.Object
com.sun.xml.stream.buffer.stax.StreamReaderBufferProcessor.DummyLocation
- All Implemented Interfaces:
Location
- Enclosing class:
StreamReaderBufferProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
-
Constructor Details
-
DummyLocation
private DummyLocation()
-
-
Method Details
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumber
in interfaceLocation
-
getColumnNumber
public int getColumnNumber()- Specified by:
getColumnNumber
in interfaceLocation
-
getCharacterOffset
public int getCharacterOffset()- Specified by:
getCharacterOffset
in interfaceLocation
-
getPublicId
- Specified by:
getPublicId
in interfaceLocation
-
getSystemId
- Specified by:
getSystemId
in interfaceLocation
-