Uses of Class
com.sun.xml.fastinfoset.util.PrefixArray
Packages that use PrefixArray
Package
Description
-
Uses of PrefixArray in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as PrefixArrayModifier and TypeFieldDescriptionprotected PrefixArrayDecoder._prefixTableThe prefix table of the vocabulary.Methods in com.sun.xml.fastinfoset with parameters of type PrefixArray -
Uses of PrefixArray in com.sun.xml.fastinfoset.tools
Methods in com.sun.xml.fastinfoset.tools with parameters of type PrefixArrayModifier and TypeMethodDescriptionvoidVocabularyGenerator.addToTable(String s, Set v, StringIntMap m, PrefixArray a) static voidPrintTable.printArray(String title, PrefixArray a) -
Uses of PrefixArray in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as PrefixArrayMethods in com.sun.xml.fastinfoset.util with parameters of type PrefixArrayModifier and TypeMethodDescriptionfinal voidPrefixArray.setReadOnlyArray(PrefixArray readOnlyArray, boolean clear) -
Uses of PrefixArray in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as PrefixArrayMethods in com.sun.xml.fastinfoset.vocab with parameters of type PrefixArrayModifier and TypeMethodDescriptionprivate voidParserVocabulary.addToTable(String s, PrefixArray a, StringIntMap m) private voidParserVocabulary.addToTable(Iterator i, PrefixArray a, StringIntMap m) -
Uses of PrefixArray in com.sun.xml.fastinfoset.vocab.frequency
Methods in com.sun.xml.fastinfoset.vocab.frequency with parameters of type PrefixArrayModifier and TypeMethodDescriptionprivate voidVocabularyGenerator.addToTable(String s, StringIntMap m, PrefixArray a) Deprecated.