Package | Description |
---|---|
com.sun.msv.reader.datatype |
interface of Datatype vocabulary reader.
|
com.sun.msv.reader.datatype.xsd | |
com.sun.msv.reader.trex.classic |
parses TREX pattern into AGM.
|
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 . |
Modifier and Type | Class and Description |
---|---|
private static class |
TREXGrammarReader.UndefinedDataTypeVocabulary
Dummy DataTypeVocabulary for better error recovery.
|