Uses of Interface java.util.Iterator

Uses in package javax.xml.stream

Methods with parameter type java.util.Iterator

EndElement
XMLEventFactory.createEndElement(String prefix, String namespaceUri, String localName, Iterator<E> namespaces)
Create an end-element event.
EndElement
Create an end-element event.
StartElement
XMLEventFactory.createStartElement(String prefix, String namespaceUri, String localName, Iterator<E> attributes, Iterator<E> namespaces)
Create a start-element event.
StartElement
XMLEventFactory.createStartElement(String prefix, String namespaceUri, String localName, Iterator<E> attributes, Iterator<E> namespaces, NamespaceContext context)
Create a start-element event.
StartElement
Create a start-element event.

Uses in package java.beans.beancontext

Classes implementing java.util.Iterator

class

Methods with return type java.util.Iterator

Iterator<E>
Iterator<E>
Get a list of all service classes supported.
Iterator<E>
Returns an iterator over the currently available services.
Iterator<E>
Get the current service selectors of the service class.
Iterator<E>
Get a list of valid service selectors for the specified service class.
Iterator<E>
Get a list of valid service selectors for the specified service class.
Iterator<E>
Get a list of valid service selectors for the specified service class.
Iterator<E>
Returns an iterator over the service selectors of the service provider for the given service.
Iterator<E>
An iterator that will step through all the children.
Iterator<E>
Obtain an Iterator over this collection.

Uses in package javax.xml.namespace

Methods with return type java.util.Iterator

Iterator<E>
Returns all the prefixes currently bound to the given namespace URI.

Uses in package javax.xml.stream.events

Methods with return type java.util.Iterator

Iterator<E>
Returns the attributes declared on this element.
Iterator<E>
Returns the namespaces that have gone out of scope.
Iterator<E>
Returns the namespaces declared on this element.

Uses in package javax.xml.stream.util

Classes implementing java.util.Iterator

class
Base class for event reader filters.