org.apache.xml.serializer.dom3
Class NamespaceSupport.Prefixes
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
prefixes
private java.lang.String[] prefixes
counter
private int counter
size
private int size
NamespaceSupport.Prefixes
public NamespaceSupport.Prefixes(java.lang.String[] prefixes,
int size)
- Constructor for Prefixes.
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