org.apache.xml.serializer.dom3
Class NamespaceSupport.Prefixes

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

protected final class NamespaceSupport.Prefixes
extends java.lang.Object
implements java.util.Enumeration


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

Field Detail

prefixes

private java.lang.String[] prefixes

counter

private int counter

size

private int size
Constructor Detail

NamespaceSupport.Prefixes

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

Method Detail

hasMoreElements

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

nextElement

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object