Uses of Class
com.sun.xml.fastinfoset.util.StringArray
-
Packages that use StringArray Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.tools com.sun.xml.fastinfoset.util com.sun.xml.fastinfoset.vocab -
-
Uses of StringArray in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as StringArray Modifier and Type Field Description protected StringArray
Decoder. _attributeValueTable
The attribute value table of the vocabulary.Methods in com.sun.xml.fastinfoset with parameters of type StringArray Modifier and Type Method Description protected java.lang.String
Decoder. decodeIdentifyingNonEmptyStringOnFirstBit(StringArray table)
private void
Decoder. decodeTableItems(StringArray array)
-
Uses of StringArray in com.sun.xml.fastinfoset.tools
Methods in com.sun.xml.fastinfoset.tools with parameters of type StringArray Modifier and Type Method Description void
VocabularyGenerator. addToTable(java.lang.String s, java.util.Set<java.lang.String> v, StringIntMap m, StringArray a)
static void
PrintTable. printArray(java.lang.String title, StringArray a)
-
Uses of StringArray in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as StringArray Modifier and Type Field Description private StringArray
StringArray. _readOnlyArray
Methods in com.sun.xml.fastinfoset.util with parameters of type StringArray Modifier and Type Method Description void
StringArray. setReadOnlyArray(StringArray readOnlyArray, boolean clear)
-
Uses of StringArray in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as StringArray Modifier and Type Field Description StringArray
ParserVocabulary. attributeValue
StringArray
ParserVocabulary. encodingAlgorithm
StringArray
ParserVocabulary. localName
StringArray
ParserVocabulary. namespaceName
StringArray
ParserVocabulary. otherNCName
StringArray
ParserVocabulary. otherURI
Methods in com.sun.xml.fastinfoset.vocab with parameters of type StringArray Modifier and Type Method Description private void
ParserVocabulary. addToTable(java.lang.String s, StringArray a, StringIntMap m)
private void
ParserVocabulary. addToTable(java.util.Iterator<java.lang.String> i, StringArray a)
private void
ParserVocabulary. addToTable(java.util.Iterator<java.lang.String> i, StringArray a, StringIntMap m)
-