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 |
XMLStreamReaderImpl.getLocation() |
Location |
XMLStreamReader.getLocation()
Return the current location of the processor.
|
Location |
XMLStreamException.getLocation()
Returns the location of the exception.
|
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.