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 StringArrayDecoder. _attributeValueTableThe 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.StringDecoder. decodeIdentifyingNonEmptyStringOnFirstBit(StringArray table)private voidDecoder. 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 voidVocabularyGenerator. addToTable(java.lang.String s, java.util.Set<java.lang.String> v, StringIntMap m, StringArray a)static voidPrintTable. 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 StringArrayStringArray. _readOnlyArrayMethods in com.sun.xml.fastinfoset.util with parameters of type StringArray Modifier and Type Method Description voidStringArray. 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 StringArrayParserVocabulary. attributeValueStringArrayParserVocabulary. encodingAlgorithmStringArrayParserVocabulary. localNameStringArrayParserVocabulary. namespaceNameStringArrayParserVocabulary. otherNCNameStringArrayParserVocabulary. otherURIMethods in com.sun.xml.fastinfoset.vocab with parameters of type StringArray Modifier and Type Method Description private voidParserVocabulary. addToTable(java.lang.String s, StringArray a, StringIntMap m)private voidParserVocabulary. addToTable(java.util.Iterator<java.lang.String> i, StringArray a)private voidParserVocabulary. addToTable(java.util.Iterator<java.lang.String> i, StringArray a, StringIntMap m)
-