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.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 © 2005-2015 Apache Software Foundation. All Rights Reserved.