Package | Description |
---|---|
javax.xml.stream | |
javax.xml.stream.events |
Modifier and Type | Method and Description |
---|---|
abstract EndElement |
XMLEventFactory.createEndElement(QName name,
Iterator namespaces)
Create a new EndElement
|
abstract EndElement |
XMLEventFactory.createEndElement(String prefix,
String namespaceUri,
String localName)
Create a new EndElement
|
abstract EndElement |
XMLEventFactory.createEndElement(String prefix,
String namespaceUri,
String localName,
Iterator namespaces)
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.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.