com.sun.msv.reader.datatype
Class DataTypeVocabularyMap

java.lang.Object
  extended bycom.sun.msv.reader.datatype.DataTypeVocabularyMap
All Implemented Interfaces:
java.io.Serializable

public class DataTypeVocabularyMap
extends java.lang.Object
implements java.io.Serializable

a map from namespace URI to DataTypeVocabulary

Author:
Kohsuke KAWAGUCHI
See Also:
Serialized Form

Constructor Summary
DataTypeVocabularyMap()
           
 
Method Summary
 DataTypeVocabulary get(java.lang.String namespaceURI)
          obtains an DataTypeVocabulary associated to the namespace.
 void put(java.lang.String namespaceURI, DataTypeVocabulary voc)
          manually adds DataTypeVocabulary into this map.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTypeVocabularyMap

public DataTypeVocabularyMap()
Method Detail

get

public DataTypeVocabulary get(java.lang.String namespaceURI)
obtains an DataTypeVocabulary associated to the namespace. If necessary, Vocabulary is located and instanciated.


put

public void put(java.lang.String namespaceURI,
                DataTypeVocabulary voc)
manually adds DataTypeVocabulary into this map.



Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 26 2005.