com.servingxml.util
Class NameEnumeration

java.lang.Object
  extended by com.servingxml.util.NameEnumeration

public class NameEnumeration
extends java.lang.Object


Constructor Summary
NameEnumeration()
           
NameEnumeration(Name[] names)
           
 
Method Summary
 Name[] getNames()
           
 boolean isEmpty()
           
static NameEnumeration parse(QnameFactory context, java.lang.String spaceSeparatedList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameEnumeration

public NameEnumeration()

NameEnumeration

public NameEnumeration(Name[] names)
Method Detail

parse

public static NameEnumeration parse(QnameFactory context,
                                    java.lang.String spaceSeparatedList)

isEmpty

public boolean isEmpty()

getNames

public Name[] getNames()