public interface

EndElement

implements XMLEvent
javax.xml.stream.events.EndElement

Class Overview

An interface for the end element event. An EndElement is reported for each End Tag in the document.

See Also

Summary

[Expand]
Inherited Constants
From interface javax.xml.stream.XMLStreamConstants
Public Methods
abstract QName getName()
Get the name of this event
abstract Iterator getNamespaces()
Returns an Iterator of namespaces that have gone out of scope.
[Expand]
Inherited Methods
From interface javax.xml.stream.events.XMLEvent

Public Methods

public abstract QName getName ()

Get the name of this event

Returns
  • the qualified name of this event

public abstract Iterator getNamespaces ()

Returns an Iterator of namespaces that have gone out of scope. Returns an empty iterator if no namespaces have gone out of scope.

Returns
  • an Iterator over Namespace interfaces, or an empty iterator