Uses of Class
org.jvnet.fastinfoset.Vocabulary
-
Packages that use Vocabulary Package Description com.sun.xml.fastinfoset.tools com.sun.xml.fastinfoset.vocab org.jvnet.fastinfoset -
-
Uses of Vocabulary in com.sun.xml.fastinfoset.tools
Fields in com.sun.xml.fastinfoset.tools declared as Vocabulary Modifier and Type Field Description protected VocabularyVocabularyGenerator. _vMethods in com.sun.xml.fastinfoset.tools that return Vocabulary Modifier and Type Method Description VocabularyVocabularyGenerator. getVocabulary() -
Uses of Vocabulary in com.sun.xml.fastinfoset.vocab
Constructors in com.sun.xml.fastinfoset.vocab with parameters of type Vocabulary Constructor Description ParserVocabulary(Vocabulary v)SerializerVocabulary(Vocabulary v, boolean useLocalNameAsKey) -
Uses of Vocabulary in org.jvnet.fastinfoset
Fields in org.jvnet.fastinfoset declared as Vocabulary Modifier and Type Field Description VocabularyExternalVocabulary. vocabularyThe vocabulary that is refered to by the URI.Constructors in org.jvnet.fastinfoset with parameters of type Vocabulary Constructor Description ExternalVocabulary(String URI, Vocabulary vocabulary)
-