Uses of Class
com.sun.xml.fastinfoset.util.StringArray
Packages that use StringArray
Package
Description
-
Uses of StringArray in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as StringArrayModifier and TypeFieldDescriptionprotected StringArrayDecoder._attributeValueTableThe attribute value table of the vocabulary.Methods in com.sun.xml.fastinfoset with parameters of type StringArrayModifier and TypeMethodDescriptionprotected final 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 StringArrayModifier and TypeMethodDescriptionvoidVocabularyGenerator.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
Fields in com.sun.xml.fastinfoset.util declared as StringArrayMethods in com.sun.xml.fastinfoset.util with parameters of type StringArrayModifier and TypeMethodDescriptionfinal voidStringArray.setReadOnlyArray(StringArray readOnlyArray, boolean clear) -
Uses of StringArray in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as StringArrayModifier and TypeFieldDescriptionfinal StringArrayParserVocabulary.attributeValuefinal StringArrayParserVocabulary.encodingAlgorithmfinal StringArrayParserVocabulary.localNamefinal StringArrayParserVocabulary.namespaceNamefinal StringArrayParserVocabulary.otherNCNamefinal StringArrayParserVocabulary.otherURIMethods in com.sun.xml.fastinfoset.vocab with parameters of type StringArrayModifier and TypeMethodDescriptionprivate voidParserVocabulary.addToTable(String s, StringArray a, StringIntMap m) private voidParserVocabulary.addToTable(Iterator i, StringArray a) private voidParserVocabulary.addToTable(Iterator i, StringArray a, StringIntMap m) -
Uses of StringArray in com.sun.xml.fastinfoset.vocab.frequency
Methods in com.sun.xml.fastinfoset.vocab.frequency with parameters of type StringArrayModifier and TypeMethodDescriptionprivate voidVocabularyGenerator.addToTable(String s, StringIntMap m, StringArray a) Deprecated.