| Package | Description |
|---|---|
| com.sun.xml.fastinfoset | |
| com.sun.xml.fastinfoset.tools | |
| com.sun.xml.fastinfoset.util | |
| com.sun.xml.fastinfoset.vocab | |
| com.sun.xml.fastinfoset.vocab.frequency |
| Modifier and Type | Field and Description |
|---|---|
protected PrefixArray |
Decoder._prefixTable
The prefix table of the vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
Decoder.decodeTableItems(PrefixArray array) |
| Modifier and Type | Method and Description |
|---|---|
void |
VocabularyGenerator.addToTable(java.lang.String s,
java.util.Set v,
StringIntMap m,
PrefixArray a) |
static void |
PrintTable.printArray(java.lang.String title,
PrefixArray a) |
| Modifier and Type | Field and Description |
|---|---|
private PrefixArray |
PrefixArray._readOnlyArray |
| Modifier and Type | Method and Description |
|---|---|
void |
PrefixArray.setReadOnlyArray(PrefixArray readOnlyArray,
boolean clear) |
| Modifier and Type | Field and Description |
|---|---|
PrefixArray |
ParserVocabulary.prefix |
| Modifier and Type | Method and Description |
|---|---|
private void |
ParserVocabulary.addToTable(java.util.Iterator i,
PrefixArray a,
StringIntMap m) |
private void |
ParserVocabulary.addToTable(java.lang.String s,
PrefixArray a,
StringIntMap m) |
| Modifier and Type | Method and Description |
|---|---|
private void |
VocabularyGenerator.addToTable(java.lang.String s,
StringIntMap m,
PrefixArray a)
Deprecated.
|