public class ImmutableLocation extends Object implements javax.xml.stream.Location
An immutable StAX Location.
| Constructor and Description |
|---|
ImmutableLocation(int characterOffset,
int columnNumber,
int lineNumber,
String publicId,
String systemId) |
ImmutableLocation(javax.xml.stream.Location location) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacterOffset() |
int |
getColumnNumber() |
int |
getLineNumber() |
String |
getPublicId() |
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 String getPublicId()
getPublicId in interface javax.xml.stream.Locationpublic String getSystemId()
getSystemId in interface javax.xml.stream.LocationCopyright © 2005-2015 Apache Software Foundation. All Rights Reserved.