Uses of Interface
javax.xml.stream.Location

Packages that use Location
javax.xml.stream This package provides the Streaming API for XML (StAX, or JSR 173) subset defined by JSR 280. 
 

Uses of Location in javax.xml.stream
 

Fields in javax.xml.stream declared as Location
protected  Location XMLStreamException.location
           
 

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

Constructors in javax.xml.stream with parameters of type Location
XMLStreamException(String msg, Location location, Throwable th)
          Construct an exception with the associated message, exception and location.
XMLStreamException(String msg, Location location)
          Construct an exception with the associated message and location.
 



Copyright © 2003,2007 BEA Systems. All rights reserved. See the Copyright Notice for details.