Uses of Class
org.jvnet.fastinfoset.Vocabulary
-
Packages that use Vocabulary Package Description com.sun.xml.analysis.frequency com.sun.xml.fastinfoset.tools com.sun.xml.fastinfoset.vocab org.jvnet.fastinfoset -
-
Uses of Vocabulary in com.sun.xml.analysis.frequency
Methods in com.sun.xml.analysis.frequency that return Vocabulary Modifier and Type Method Description Vocabulary
FrequencyHandler. getVocabulary()
Get the vocabulary -
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 Vocabulary
VocabularyGenerator. _v
Methods in com.sun.xml.fastinfoset.tools that return Vocabulary Modifier and Type Method Description Vocabulary
VocabularyGenerator. getVocabulary()
-
Uses of Vocabulary in com.sun.xml.fastinfoset.vocab
Methods in com.sun.xml.fastinfoset.vocab with parameters of type Vocabulary Modifier and Type Method Description private void
ParserVocabulary. convertVocabulary(Vocabulary v)
private void
SerializerVocabulary. convertVocabulary(Vocabulary v)
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 Vocabulary
ExternalVocabulary. vocabulary
The vocabulary that is refered to by the URI.Constructors in org.jvnet.fastinfoset with parameters of type Vocabulary Constructor Description ExternalVocabulary(java.lang.String URI, Vocabulary vocabulary)
-