Uses of Interface
javax.xml.stream.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
Modifier and TypeFieldDescriptionprotected Location
XMLStreamException.location
The location of the error.Modifier and TypeMethodDescriptionXMLStreamException.getLocation()
Gets the location of the exceptionXMLStreamReader.getLocation()
Return the current location of the processor.Modifier 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.ModifierConstructorDescriptionXMLStreamException
(String msg, Location location) Construct an exception with the associated message, exception and location.XMLStreamException
(String msg, Location location, Throwable th) Construct an exception with the associated message, exception and location. -
Uses of Location in javax.xml.stream.events
-
Uses of Location in javax.xml.stream.util