LocationStax2LocationAdapterpublic interface XMLStreamLocation2 extends Location
Location that adds accessor to retrieve nested
location information.| Modifier and Type | Field | 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 | 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, getSystemIdstatic final XMLStreamLocation2 NOT_AVAILABLE
XMLStreamLocation2 getContext()
Copyright © 2019 fasterxml.com. All rights reserved.