Package org.apache.xerces.util
Class NamespaceSupport.Prefixes
- java.lang.Object
-
- org.apache.xerces.util.NamespaceSupport.Prefixes
-
- All Implemented Interfaces:
java.util.Enumeration
- Enclosing class:
- NamespaceSupport
protected final class NamespaceSupport.Prefixes extends java.lang.Object implements java.util.Enumeration
-
-
Constructor Summary
Constructors Constructor Description Prefixes(java.lang.String[] prefixes, int size)
Constructor for Prefixes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasMoreElements()
java.lang.Object
nextElement()
java.lang.String
toString()
-
-
-
Method Detail
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfacejava.util.Enumeration
- See Also:
Enumeration.hasMoreElements()
-
nextElement
public java.lang.Object nextElement()
- Specified by:
nextElement
in interfacejava.util.Enumeration
- See Also:
Enumeration.nextElement()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-