Uses of Class
com.sun.xml.fastinfoset.vocab.ParserVocabulary
-
Packages that use ParserVocabulary Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.vocab com.sun.xml.fastinfoset.vocab.frequency -
-
Uses of ParserVocabulary in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as ParserVocabulary Modifier and Type Field Description protected ParserVocabulary
Decoder. _v
The vocabulary used for decoding.Methods in com.sun.xml.fastinfoset with parameters of type ParserVocabulary Modifier and Type Method Description void
Decoder. setVocabulary(ParserVocabulary v)
Set the ParserVocabulary to be used for decoding. -
Uses of ParserVocabulary in com.sun.xml.fastinfoset.vocab
Methods in com.sun.xml.fastinfoset.vocab with parameters of type ParserVocabulary Modifier and Type Method Description void
ParserVocabulary. setInitialVocabulary(ParserVocabulary initialVocabulary, boolean clear)
void
ParserVocabulary. setReferencedVocabulary(String referencedVocabularyURI, ParserVocabulary referencedVocabulary, boolean clear)
-
Uses of ParserVocabulary in com.sun.xml.fastinfoset.vocab.frequency
Methods in com.sun.xml.fastinfoset.vocab.frequency that return ParserVocabulary Modifier and Type Method Description ParserVocabulary
VocabularyGenerator. getParserVocabulary()
Deprecated.Get the generated parser vocabulary.Constructors in com.sun.xml.fastinfoset.vocab.frequency with parameters of type ParserVocabulary Constructor Description VocabularyGenerator(SerializerVocabulary serializerVocabulary, ParserVocabulary parserVocabulary, FrequencyBasedLists fbl, VocabularyGenerator.XmlApi xapi)
Deprecated.
-