Package com.sun.msv.reader.datatype
Class DataTypeVocabularyMap
java.lang.Object
com.sun.msv.reader.datatype.DataTypeVocabularyMap
- All Implemented Interfaces:
Serializable
a map from namespace URI to DataTypeVocabulary
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionobtains an DataTypeVocabulary associated to the namespace.void
put
(String namespaceURI, DataTypeVocabulary voc) manually adds DataTypeVocabulary into this map.
-
Field Details
-
impl
map from namespace URI to DataTypeVocabulary
-
-
Constructor Details
-
DataTypeVocabularyMap
public DataTypeVocabularyMap()
-
-
Method Details
-
get
obtains an DataTypeVocabulary associated to the namespace. If necessary, Vocabulary is located and instanciated. -
put
manually adds DataTypeVocabulary into this map.
-