| Package | Description |
|---|---|
| com.sun.xml.fastinfoset | |
| com.sun.xml.fastinfoset.tools | |
| com.sun.xml.fastinfoset.vocab |
| 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) |
Copyright © 2012 Oracle Corpration. All Rights Reserved.