| Package | Description |
|---|---|
| com.sun.xml.fastinfoset | |
| com.sun.xml.fastinfoset.util | |
| com.sun.xml.fastinfoset.vocab | |
| com.sun.xml.fastinfoset.vocab.frequency |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Encoder.canAddCharacterContentToTable(int length,
CharArrayIntMap map)
Checks whether character content table has enough memory to
store character content chunk with the given length
|
protected void |
Encoder.encodeNonIdentifyingStringOnFirstBit(char[] ch,
int offset,
int length,
CharArrayIntMap map,
boolean addToTable,
boolean clone)
Encode a non identifying string on the first bit of an octet.
|
protected void |
Encoder.encodeNonIdentifyingStringOnFirstBit(java.lang.String s,
CharArrayIntMap map,
boolean addToTable)
Encode a non identifying string on the first bit of an octet.
|
protected void |
Encoder.encodeNonIdentifyingStringOnThirdBit(char[] ch,
int offset,
int length,
CharArrayIntMap map,
boolean addToTable,
boolean clone)
Encode a non identifying string on the third bit of an octet.
|
| Modifier and Type | Field and Description |
|---|---|
private CharArrayIntMap |
CharArrayIntMap._readOnlyMap |
| Modifier and Type | Method and Description |
|---|---|
void |
CharArrayIntMap.setReadOnlyMap(CharArrayIntMap readOnlyMap,
boolean clear) |
| Modifier and Type | Field and Description |
|---|---|
CharArrayIntMap |
SerializerVocabulary.characterContentChunk |
CharArrayIntMap |
SerializerVocabulary.otherString |
| Modifier and Type | Method and Description |
|---|---|
private void |
SerializerVocabulary.addToTable(java.util.Iterator i,
CharArrayIntMap m) |
private void |
SerializerVocabulary.addToTable(java.lang.String s,
CharArrayIntMap m) |
| Modifier and Type | Method and Description |
|---|---|
private void |
VocabularyGenerator.addToTable(java.lang.String s,
CharArrayIntMap m,
ContiguousCharArrayArray a)
Deprecated.
|