public interface XMLStreamLocation2 extends Location
Location
that adds accessor to retrieve nested
location information.Modifier and Type | Field and Description |
---|---|
static XMLStreamLocation2 |
NOT_AVAILABLE
"Dummy" Location implementation and instance that can be return
instead of null, when no location information is available.
|
Modifier and Type | Method and Description |
---|---|
XMLStreamLocation2 |
getContext()
Method that can be used to traverse nested locations, like ones
created when expanding entities (especially external entities).
|
getCharacterOffset, getColumnNumber, getLineNumber, getPublicId, getSystemId
static final XMLStreamLocation2 NOT_AVAILABLE
XMLStreamLocation2 getContext()
Copyright © 2015 fasterxml.com. All Rights Reserved.