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 TypeMethodDescriptionintintint
-
Constructor Details
-
DummyLocation
private DummyLocation()
-
-
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
-