Package | Description |
---|---|
com.sun.xml.fastinfoset | |
com.sun.xml.fastinfoset.tools | |
com.sun.xml.fastinfoset.vocab | |
com.sun.xml.fastinfoset.vocab.frequency |
Modifier and Type | Field and Description |
---|---|
protected SerializerVocabulary |
Encoder._v
The vocabulary that is used by the encoder
|
Modifier and Type | Method and Description |
---|---|
void |
Encoder.setVocabulary(SerializerVocabulary vocabulary)
Set the SerializerVocabulary to be used for encoding.
|
Modifier and Type | Field and Description |
---|---|
protected SerializerVocabulary |
VocabularyGenerator._serializerVocabulary |
Constructor and Description |
---|
VocabularyGenerator(SerializerVocabulary serializerVocabulary) |
VocabularyGenerator(SerializerVocabulary serializerVocabulary,
ParserVocabulary parserVocabulary)
Creates a new instance of VocabularyGenerator
|
Modifier and Type | Field and Description |
---|---|
protected SerializerVocabulary |
ParserVocabulary._readOnlyVocabulary |
protected SerializerVocabulary |
SerializerVocabulary._readOnlyVocabulary |
Modifier and Type | Method and Description |
---|---|
SerializerVocabulary |
SerializerVocabulary.getReadOnlyVocabulary() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
SerializerVocabulary |
VocabularyGenerator.getSerializerVocabulary()
Deprecated.
Get the generated serializer vocabulary.
|
Constructor and Description |
---|
VocabularyGenerator(SerializerVocabulary serializerVocabulary,
ParserVocabulary parserVocabulary,
FrequencyBasedLists fbl,
VocabularyGenerator.XmlApi xapi)
Deprecated.
|
Copyright © 2021 Oracle Corpration. All rights reserved.