Uses of Class
com.sun.xml.fastinfoset.vocab.SerializerVocabulary
Packages that use SerializerVocabulary
Package
Description
-
Uses of SerializerVocabulary in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as SerializerVocabularyModifier and TypeFieldDescriptionprotected SerializerVocabulary
Encoder._v
The vocabulary that is used by the encoderMethods in com.sun.xml.fastinfoset with parameters of type SerializerVocabularyModifier and TypeMethodDescriptionvoid
Encoder.setVocabulary
(SerializerVocabulary vocabulary) Set the SerializerVocabulary to be used for encoding. -
Uses of SerializerVocabulary in com.sun.xml.fastinfoset.tools
Fields in com.sun.xml.fastinfoset.tools declared as SerializerVocabularyModifier and TypeFieldDescriptionprotected SerializerVocabulary
VocabularyGenerator._serializerVocabulary
Constructors in com.sun.xml.fastinfoset.tools with parameters of type SerializerVocabularyModifierConstructorDescriptionVocabularyGenerator
(SerializerVocabulary serializerVocabulary) VocabularyGenerator
(SerializerVocabulary serializerVocabulary, ParserVocabulary parserVocabulary) Creates a new instance of VocabularyGenerator -
Uses of SerializerVocabulary in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as SerializerVocabularyModifier and TypeFieldDescriptionprotected SerializerVocabulary
ParserVocabulary._readOnlyVocabulary
protected SerializerVocabulary
SerializerVocabulary._readOnlyVocabulary
Methods in com.sun.xml.fastinfoset.vocab that return SerializerVocabularyMethods in com.sun.xml.fastinfoset.vocab with parameters of type SerializerVocabularyModifier and TypeMethodDescriptionvoid
SerializerVocabulary.setExternalVocabulary
(String externalVocabularyURI, SerializerVocabulary externalVocabulary, boolean clear) void
SerializerVocabulary.setInitialVocabulary
(SerializerVocabulary initialVocabulary, boolean clear) protected void
SerializerVocabulary.setReadOnlyVocabulary
(SerializerVocabulary readOnlyVocabulary, boolean clear)