javax.xml.stream.Locationpublic static class EventToStaxBridge.DummyLocation
extends java.lang.Object
implements javax.xml.stream.Location
| Modifier and Type | Field | Description |
|---|---|---|
static javax.xml.stream.Location |
THE_INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getCharacterOffset() |
|
int |
getColumnNumber() |
|
int |
getLineNumber() |
|
java.lang.String |
getPublicId() |
|
java.lang.String |
getSystemId() |
public int getCharacterOffset()
getCharacterOffset in interface javax.xml.stream.Locationpublic int getColumnNumber()
getColumnNumber in interface javax.xml.stream.Locationpublic int getLineNumber()
getLineNumber in interface javax.xml.stream.Locationpublic java.lang.String getPublicId()
getPublicId in interface javax.xml.stream.Locationpublic java.lang.String getSystemId()
getSystemId in interface javax.xml.stream.Location