Uses of Interface
javax.xml.stream.Location
Packages that use Location
Package
Description
Defines interfaces and classes for the Streaming API for XML (StAX).
Defines event interfaces for the Streaming API for XML (StAX).
Provides utility classes for the Streaming API for XML (StAX).
-
Uses of Location in javax.xml.stream
Fields in javax.xml.stream declared as LocationModifier and TypeFieldDescriptionprotected Location
XMLStreamException.location
The location of the error.Methods in javax.xml.stream that return LocationModifier and TypeMethodDescriptionXMLStreamException.getLocation()
Gets the location of the exceptionXMLStreamReader.getLocation()
Return the current location of the processor.Methods in javax.xml.stream with parameters of type LocationModifier and TypeMethodDescriptionvoid
Report the desired message in an application specific format.abstract void
XMLEventFactory.setLocation
(Location location) This method allows setting of the Location on each event that is created by this factory.Constructors in javax.xml.stream with parameters of type LocationModifierConstructorDescriptionXMLStreamException
(String msg, Location location) Construct an exception with the assocated message, exception and location.XMLStreamException
(String msg, Location location, Throwable th) Construct an exception with the assocated message, exception and location. -
Uses of Location in javax.xml.stream.events
Methods in javax.xml.stream.events that return Location -
Uses of Location in javax.xml.stream.util
Methods in javax.xml.stream.util that return Location