Package | Description |
---|---|
com.sun.msv.reader.datatype |
interface of Datatype vocabulary reader.
|
com.sun.msv.reader.datatype.xsd |
reads XML representation for XML Schema Part.2
|
Modifier and Type | Method and Description |
---|---|
DataTypeVocabulary |
DataTypeVocabularyMap.get(java.lang.String namespaceURI)
obtains an DataTypeVocabulary associated to the namespace.
|
Modifier and Type | Method and Description |
---|---|
void |
DataTypeVocabularyMap.put(java.lang.String namespaceURI,
DataTypeVocabulary voc)
manually adds DataTypeVocabulary into this map.
|
Modifier and Type | Class and Description |
---|---|
class |
XSDVocabulary
XSD implementation of
DataTypeVocabulary . |
MSV