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.Fields in com.sun.xml.fastinfoset with type parameters of type ParserVocabularyModifier and TypeFieldDescriptionprivate Map
<String, ParserVocabulary> Decoder._externalVocabularies
The map of URIs to referenced vocabularies.Methods in com.sun.xml.fastinfoset that return types with arguments of type ParserVocabularyMethods in com.sun.xml.fastinfoset with parameters of type ParserVocabularyModifier and TypeMethodDescriptionvoid
Decoder.setVocabulary
(ParserVocabulary v) Set the ParserVocabulary to be used for decoding.Method parameters in com.sun.xml.fastinfoset with type arguments of type ParserVocabularyModifier and TypeMethodDescriptionvoid
Decoder.setExternalVocabularies
(Map<String, ParserVocabulary> referencedVocabualries) -
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 org.jvnet.fastinfoset
Methods in org.jvnet.fastinfoset that return types with arguments of type ParserVocabularyMethod parameters in org.jvnet.fastinfoset with type arguments of type ParserVocabularyModifier and TypeMethodDescriptionvoid
FastInfosetParser.setExternalVocabularies
(Map<String, ParserVocabulary> referencedVocabualries) Set the map of referenced external vocabularies.
FastInfosetParser.setExternalVocabularies(java.util.Map<java.lang.String, com.sun.xml.fastinfoset.vocab.ParserVocabulary>)
method.