public final class DummyLocation extends Object implements javax.xml.stream.Location
Location that returns no info.| Modifier and Type | Field and Description |
|---|---|
static javax.xml.stream.Location |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacterOffset() |
int |
getColumnNumber() |
int |
getLineNumber() |
String |
getPublicId() |
String |
getSystemId() |
public static final javax.xml.stream.Location INSTANCE
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 String getPublicId()
getPublicId in interface javax.xml.stream.Locationpublic String getSystemId()
getSystemId in interface javax.xml.stream.LocationCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.