org.apache.xerces.util

Class NamespaceSupport.Prefixes

Enclosing Class:
NamespaceSupport
Implemented Interfaces:
Enumeration

protected final class NamespaceSupport.Prefixes
extends java.lang.Object
implements Enumeration

Constructor Summary

Prefixes(String[] prefixes, int size)
Constructor for Prefixes.

Method Summary

boolean
hasMoreElements()
Object
nextElement()
String
toString()

Constructor Details

Prefixes

public Prefixes(String[] prefixes,
                int size)
Constructor for Prefixes.

Method Details

hasMoreElements

public boolean hasMoreElements()
See Also:
java.util.Enumeration.hasMoreElements()

nextElement

public Object nextElement()
See Also:
java.util.Enumeration.nextElement()

toString

public String toString()

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.