org.apache.portals.bridges.util
Class NamespacedNamesEnumeration

java.lang.Object
  extended by 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

Constructor Summary
NamespacedNamesEnumeration(Enumeration namesEnumeration, String namespace)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespacedNamesEnumeration

public NamespacedNamesEnumeration(Enumeration namesEnumeration,
                                  String namespace)
Method Detail

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.