|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.reader.datatype.DataTypeVocabularyMap
public class DataTypeVocabularyMap
a map from namespace URI to DataTypeVocabulary
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 |
---|
public DataTypeVocabularyMap()
Method Detail |
---|
public DataTypeVocabulary get(java.lang.String namespaceURI)
public void put(java.lang.String namespaceURI, DataTypeVocabulary voc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |