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