org.apache.portals.bridges.util
Class NamespacedNamesEnumeration

java.lang.Object
  extended by org.apache.portals.bridges.util.NamespacedNamesEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class NamespacedNamesEnumeration
extends java.lang.Object
implements java.util.Enumeration

Version:
$Id: NamespacedNamesEnumeration.java 549659 2007-06-22 01:21:29Z ate $
Author:
Ate Douma

Constructor Summary
NamespacedNamesEnumeration(java.util.Enumeration namesEnumeration, java.lang.String namespace)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.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(java.util.Enumeration namesEnumeration,
                                  java.lang.String namespace)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.