org.apache.portals.bridges.util
Class NamespacedNamesEnumeration
java.lang.Object
org.apache.portals.bridges.util.NamespacedNamesEnumeration
- All Implemented Interfaces:
- Enumeration
public class NamespacedNamesEnumeration
- extends Object
- implements Enumeration
- Version:
- $Id: NamespacedNamesEnumeration.java 549659 2007-06-22 01:21:29Z ate $
- Author:
- Ate Douma
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamespacedNamesEnumeration
public NamespacedNamesEnumeration(Enumeration namesEnumeration,
String namespace)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration
Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.