Uses of Class
com.sun.xml.fastinfoset.vocab.SerializerVocabulary
-
Packages that use SerializerVocabulary Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.vocab com.sun.xml.fastinfoset.vocab.frequency -
-
Uses of SerializerVocabulary in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as SerializerVocabulary Modifier and Type Field Description protected SerializerVocabulary
Encoder. _v
The vocabulary that is used by the encoderMethods in com.sun.xml.fastinfoset with parameters of type SerializerVocabulary Modifier and Type Method Description void
Encoder. setVocabulary(SerializerVocabulary vocabulary)
Set the SerializerVocabulary to be used for encoding. -
Uses of SerializerVocabulary in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as SerializerVocabulary Modifier and Type Field Description protected SerializerVocabulary
ParserVocabulary. _readOnlyVocabulary
protected SerializerVocabulary
SerializerVocabulary. _readOnlyVocabulary
Methods in com.sun.xml.fastinfoset.vocab that return SerializerVocabulary Modifier and Type Method Description SerializerVocabulary
SerializerVocabulary. getReadOnlyVocabulary()
Methods in com.sun.xml.fastinfoset.vocab with parameters of type SerializerVocabulary Modifier and Type Method Description void
SerializerVocabulary. setExternalVocabulary(String externalVocabularyURI, SerializerVocabulary externalVocabulary, boolean clear)
void
SerializerVocabulary. setInitialVocabulary(SerializerVocabulary initialVocabulary, boolean clear)
protected void
SerializerVocabulary. setReadOnlyVocabulary(SerializerVocabulary readOnlyVocabulary, boolean clear)
-
Uses of SerializerVocabulary in com.sun.xml.fastinfoset.vocab.frequency
Methods in com.sun.xml.fastinfoset.vocab.frequency that return SerializerVocabulary Modifier and Type Method Description SerializerVocabulary
VocabularyGenerator. getSerializerVocabulary()
Deprecated.Get the generated serializer vocabulary.Constructors in com.sun.xml.fastinfoset.vocab.frequency with parameters of type SerializerVocabulary Constructor Description VocabularyGenerator(SerializerVocabulary serializerVocabulary, ParserVocabulary parserVocabulary, FrequencyBasedLists fbl, VocabularyGenerator.XmlApi xapi)
Deprecated.
-