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 PrefixArray
Decoder._prefixTable
The 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 TypeMethodDescriptionvoid
VocabularyGenerator.addToTable
(String s, Set<String> v, StringIntMap m, PrefixArray a) static void
PrintTable.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 void
PrefixArray.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 void
ParserVocabulary.addToTable
(String s, PrefixArray a, StringIntMap m) private void
ParserVocabulary.addToTable
(Iterator<String> i, PrefixArray a, StringIntMap m)