org.apache.xerces.util
Class NamespaceSupport.Prefixes

java.lang.Object
  extended by org.apache.xerces.util.NamespaceSupport.Prefixes
All Implemented Interfaces:
Enumeration
Enclosing class:
NamespaceSupport

protected final class NamespaceSupport.Prefixes
extends Object
implements Enumeration


Constructor Summary
NamespaceSupport.Prefixes(String[] prefixes, int size)
          Constructor for Prefixes.
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NamespaceSupport.Prefixes

public NamespaceSupport.Prefixes(String[] prefixes,
                                 int size)
Constructor for Prefixes.

Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration
See Also:
Enumeration.hasMoreElements()

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration
See Also:
Enumeration.nextElement()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.