|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
XMLStreamReader.getLocation()
Return the current location of the processor. |
Methods in javax.xml.stream with parameters of type Location | |
---|---|
void |
XMLReporter.report(java.lang.String message,
java.lang.String errorType,
java.lang.Object relatedInformation,
Location location)
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 Location | |
---|---|
XMLStreamException(java.lang.String msg,
Location location)
Construct an exception with the assocated message, exception and location. |
|
XMLStreamException(java.lang.String msg,
Location location,
java.lang.Throwable th)
Construct an exception with the assocated message, exception and location. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |