javax.xml.stream.events

Interface EndElement

public interface EndElement extends XMLEvent

An end-element event.
Method Summary
QNamegetName()
Returns the element name.
IteratorgetNamespaces()
Returns the namespaces that have gone out of scope.

Method Detail

getName

public QName getName()
Returns the element name.

getNamespaces

public Iterator getNamespaces()
Returns the namespaces that have gone out of scope.