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 StringDecoder. decodeIdentifyingNonEmptyStringOnFirstBit(StringArray table) -
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(String s, Set v, StringIntMap m, StringArray a)static voidPrintTable. printArray(String title, StringArray a) -
Uses of StringArray in com.sun.xml.fastinfoset.util
Methods 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. otherURI
-