Class NamespaceMap

java.lang.Object
java.util.AbstractMap<String,Object>
java.util.HashMap<String,Object>
org.apache.ws.commons.schema.utils.NamespaceMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, NamespaceContext, NamespacePrefixList

public class NamespaceMap extends HashMap<String,Object> implements NamespacePrefixList
This class maps from a prefix to an object that is either a String or a URI. In fact, it will work with anything with a toString result that is useful as a namespace URI.
See Also: