Class: com.sun.org.apache.xml.internal.utils.PrefixForUriEnumerator
- class PrefixForUriEnumerator
- implements Enumeration
Implementation of Enumeration filter, wrapped
aroung the get-all-prefixes version of the operation. This is NOT
necessarily the most efficient approach; finding the URI and then asking
what prefixes apply to it might make much more sense.
Inheritance
Superclass tree:- java.lang.Object
- com.sun.org.apache.xml.internal.utils.PrefixForUriEnumerator
- Enumeration<E>
Methods
-
PrefixForUriEnumeratortop
-
hasMoreElementstop
public boolean hasMoreElements()Tests if this enumeration contains more elements.- Specified by:
- hasMoreElements from Enumeration<E>
-
nextElementtop
public Object nextElement()Returns the next element of this enumeration if this enumeration object has at least one more element to provide.- Specified by:
- nextElement from Enumeration<E>
Fields
-
allPrefixes
private Enumeration allPrefixes -
lookahead
private String lookahead -
nsup
private NamespaceSupport2 nsup -
uri
private String uri
