Package | Description |
---|---|
com.caucho.xml.stream | |
com.caucho.xml.stream.events | |
javax.xml.stream | |
javax.xml.stream.events | |
javax.xml.stream.util |
Modifier and Type | Method and Description |
---|---|
Location |
XMLStreamReaderImpl.getLocation() |
Location |
DOMSourceXMLStreamReaderImpl.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
XMLEventFactoryImpl.setLocation(Location location) |
Modifier and Type | Method and Description |
---|---|
Location |
XMLEventImpl.getLocation() |
Modifier and Type | Field and Description |
---|---|
protected Location |
XMLStreamException.location |
Modifier and Type | Method and Description |
---|---|
Location |
XMLStreamReader.getLocation() |
Location |
XMLStreamException.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
XMLReporter.report(java.lang.String message,
java.lang.String errorType,
java.lang.Object relatedInformation,
Location location) |
abstract void |
XMLEventFactory.setLocation(Location location) |
Constructor and Description |
---|
XMLStreamException(java.lang.String msg,
Location location) |
XMLStreamException(java.lang.String msg,
Location location,
java.lang.Throwable th) |
Modifier and Type | Method and Description |
---|---|
Location |
XMLEvent.getLocation() |
Modifier and Type | Method and Description |
---|---|
Location |
StreamReaderDelegate.getLocation() |