FileDocCategorySizeDatePackage
EndElement.javaAPI DocJava SE 6 API797Tue Jun 10 00:27:10 BST 2008javax.xml.stream.events

EndElement

public interface EndElement implements XMLEvent
An interface for the end element event. An EndElement is reported for each End Tag in the document.
version
1.0
author
Copyright (c) 2003 by BEA Systems. All Rights Reserved.
see
XMLEvent
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public javax.xml.namespace.QNamegetName()
Get the name of this event

return
the qualified name of this event

public java.util.IteratorgetNamespaces()
Returns an Iterator of namespaces that have gone out of scope. Returns an empty iterator if no namespaces have gone out of scope.

return
an Iterator over Namespace interfaces, or an empty iterator