| Package | Description |
|---|---|
| javolution.xml.stream |
Provides StAX-like XML readers/writers which do not require object
creation (such as String) and are consequently faster and more time predictable
than standard StAX classes.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
XMLStreamException.getLocation()
Returns the location of the exception.
|
Location |
XMLStreamReader.getLocation()
Return the current location of the processor.
|
Location |
XMLStreamReaderImpl.getLocation() |
| Constructor and Description |
|---|
XMLStreamException(String msg,
Location location)
Constructs an exception with the assocated message, exception and
location.
|
XMLStreamException(String msg,
Location location,
Throwable nested)
Constructs an exception with the assocated message, exception and
location.
|
Copyright © 2005–2024 Javolution. All rights reserved.