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.Location
public int getColumnNumber()
getColumnNumber
in interface javax.xml.stream.Location
public int getLineNumber()
getLineNumber
in interface javax.xml.stream.Location
public String getPublicId()
getPublicId
in interface javax.xml.stream.Location
public String getSystemId()
getSystemId
in interface javax.xml.stream.Location
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.