| javax.xml.stream.events.EndElement
EndElement | public interface EndElement extends XMLEvent(Code) | | 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 Also: XMLEvent |
getName | public QName getName()(Code) | | Get the name of this event
the qualified name of this event |
getNamespaces | public Iterator getNamespaces()(Code) | | Returns an Iterator of namespaces that have gone out
of scope. Returns an empty iterator if no namespaces have gone
out of scope.
an Iterator over Namespace interfaces, or anempty iterator |
|
|