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 StringArray
Decoder._attributeValueTable
The attribute value table of the vocabulary.Methods in com.sun.xml.fastinfoset with parameters of type StringArrayModifier and TypeMethodDescriptionprotected final 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 StringArrayModifier and TypeMethodDescriptionvoid
VocabularyGenerator.addToTable
(String s, Set<String> v, StringIntMap m, StringArray a) static void
PrintTable.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 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 StringArrayModifier and TypeFieldDescriptionfinal StringArray
ParserVocabulary.attributeValue
final StringArray
ParserVocabulary.encodingAlgorithm
final StringArray
ParserVocabulary.localName
final StringArray
ParserVocabulary.namespaceName
final StringArray
ParserVocabulary.otherNCName
final StringArray
ParserVocabulary.otherURI
Methods in com.sun.xml.fastinfoset.vocab with parameters of type StringArrayModifier and TypeMethodDescriptionprivate void
ParserVocabulary.addToTable
(String s, StringArray a, StringIntMap m) private void
ParserVocabulary.addToTable
(Iterator<String> i, StringArray a) private void
ParserVocabulary.addToTable
(Iterator<String> i, StringArray a, StringIntMap m)