Uses of Interface
javolution.xml.stream.Location

Packages that use Location
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. 
 

Uses of Location in javolution.xml.stream
 

Methods in javolution.xml.stream that return Location
 Location XMLStreamException.getLocation()
          Returns the location of the exception.
 Location XMLStreamReader.getLocation()
          Return the current location of the processor.
 Location XMLStreamReaderImpl.getLocation()
           
 

Constructors in javolution.xml.stream with parameters of type Location
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-2012 Javolution. All Rights Reserved.