public interface XMLStreamLocation2
extends javax.xml.stream.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).
|
static final XMLStreamLocation2 NOT_AVAILABLE
XMLStreamLocation2 getContext()