Package | Description |
---|---|
javolution.xml.stream |
StAX-like XML readers/writers which do not require object
creation (such as String) and are consequently faster than standard StAX.
|
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.
|
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-2013 Javolution. All Rights Reserved.