Uses of Class
com.sun.xml.fastinfoset.vocab.ParserVocabulary
Packages that use ParserVocabulary
Package
Description
-
Uses of ParserVocabulary in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as ParserVocabularyModifier and TypeFieldDescriptionprotected ParserVocabulary
Decoder._v
The vocabulary used for decoding.Methods in com.sun.xml.fastinfoset with parameters of type ParserVocabularyModifier and TypeMethodDescriptionvoid
Decoder.setVocabulary
(ParserVocabulary v) Set the ParserVocabulary to be used for decoding. -
Uses of ParserVocabulary in com.sun.xml.fastinfoset.tools
Fields in com.sun.xml.fastinfoset.tools declared as ParserVocabularyModifier and TypeFieldDescriptionprotected ParserVocabulary
VocabularyGenerator._parserVocabulary
Methods in com.sun.xml.fastinfoset.tools with parameters of type ParserVocabularyModifier and TypeMethodDescriptionstatic void
PrintTable.printVocabulary
(ParserVocabulary vocabulary) Constructors in com.sun.xml.fastinfoset.tools with parameters of type ParserVocabularyModifierConstructorDescriptionVocabularyGenerator
(ParserVocabulary parserVocabulary) VocabularyGenerator
(SerializerVocabulary serializerVocabulary, ParserVocabulary parserVocabulary) Creates a new instance of VocabularyGenerator -
Uses of ParserVocabulary in com.sun.xml.fastinfoset.vocab
Methods in com.sun.xml.fastinfoset.vocab with parameters of type ParserVocabularyModifier and TypeMethodDescriptionvoid
ParserVocabulary.setInitialVocabulary
(ParserVocabulary initialVocabulary, boolean clear) (package private) void
ParserVocabulary.setReadOnlyVocabulary
(ParserVocabulary readOnlyVocabulary, boolean clear) void
ParserVocabulary.setReferencedVocabulary
(String referencedVocabularyURI, ParserVocabulary referencedVocabulary, boolean clear) -
Uses of ParserVocabulary in com.sun.xml.fastinfoset.vocab.frequency
Fields in com.sun.xml.fastinfoset.vocab.frequency declared as ParserVocabularyModifier and TypeFieldDescriptionprivate ParserVocabulary
VocabularyGenerator._parserVocabulary
Deprecated.Methods in com.sun.xml.fastinfoset.vocab.frequency that return ParserVocabularyModifier and TypeMethodDescriptionVocabularyGenerator.getParserVocabulary()
Deprecated.Get the generated parser vocabulary.Constructors in com.sun.xml.fastinfoset.vocab.frequency with parameters of type ParserVocabularyModifierConstructorDescriptionVocabularyGenerator
(SerializerVocabulary serializerVocabulary, ParserVocabulary parserVocabulary, FrequencyBasedLists fbl, VocabularyGenerator.XmlApi xapi) Deprecated.