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 StringArray |
Decoder._attributeValueTable
The attribute value table of the vocabulary.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
Decoder.decodeIdentifyingNonEmptyStringOnFirstBit(StringArray table) |
private void |
Decoder.decodeTableItems(StringArray array) |
Modifier and Type | Method and Description |
---|---|
void |
VocabularyGenerator.addToTable(java.lang.String s,
java.util.Set v,
StringIntMap m,
StringArray a) |
static void |
PrintTable.printArray(java.lang.String title,
StringArray a) |
Modifier and Type | Field and Description |
---|---|
private StringArray |
StringArray._readOnlyArray |
Modifier and Type | Method and Description |
---|---|
void |
StringArray.setReadOnlyArray(StringArray readOnlyArray,
boolean clear) |
Modifier and Type | Field and Description |
---|---|
StringArray |
ParserVocabulary.attributeValue |
StringArray |
ParserVocabulary.encodingAlgorithm |
StringArray |
ParserVocabulary.localName |
StringArray |
ParserVocabulary.namespaceName |
StringArray |
ParserVocabulary.otherNCName |
StringArray |
ParserVocabulary.otherURI |
Modifier and Type | Method and Description |
---|---|
private void |
ParserVocabulary.addToTable(java.util.Iterator i,
StringArray a) |
private void |
ParserVocabulary.addToTable(java.util.Iterator i,
StringArray a,
StringIntMap m) |
private void |
ParserVocabulary.addToTable(java.lang.String s,
StringArray a,
StringIntMap m) |
Modifier and Type | Method and Description |
---|---|
private void |
VocabularyGenerator.addToTable(java.lang.String s,
StringIntMap m,
StringArray a)
Deprecated.
|