| Package | Description |
|---|---|
| javax.xml.stream | |
| javax.xml.stream.events |
| Modifier and Type | Method and Description |
|---|---|
abstract EndElement |
XMLEventFactory.createEndElement(QName
Create a new EndElement
|
abstract EndElement |
XMLEventFactory.createEndElement(String
Create a new EndElement
|
abstract EndElement |
XMLEventFactory.createEndElement(String
Create a new EndElement
|
| Modifier and Type | Method and Description |
|---|---|
EndElement |
XMLEvent.asEndElement()
Returns this event as an end element event, may result in a class cast exception if this event is not a end element.
|