|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
DTDStreamReader.getLocation()
Returns the current location of the processor. |
Location |
XMLStreamReader.getLocation()
Return the current location of the processor. |
Location |
XMLStreamException.getLocation()
Gets the location of the exception |
| Constructors in javax.xml.stream with parameters of type Location | |
|---|---|
XMLStreamException(String msg,
Location location)
Construct an exception with the associated message and location. |
|
XMLStreamException(String msg,
Location location,
Throwable th)
Construct an exception with the associated message, exception and location. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||