Uses of Class
org.jvnet.fastinfoset.Vocabulary
-
Packages that use Vocabulary Package Description com.sun.xml.analysis.frequency 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.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 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(String URI, Vocabulary vocabulary)
-