Uses of Class
com.sun.xml.fastinfoset.util.PrefixArray
-
Packages that use PrefixArray Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.tools com.sun.xml.fastinfoset.util com.sun.xml.fastinfoset.vocab -
-
Uses of PrefixArray in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as PrefixArray Modifier and Type Field Description protected PrefixArrayDecoder. _prefixTableThe prefix table of the vocabulary. -
Uses of PrefixArray in com.sun.xml.fastinfoset.tools
Methods in com.sun.xml.fastinfoset.tools with parameters of type PrefixArray Modifier and Type Method Description voidVocabularyGenerator. addToTable(String s, Set<String> v, StringIntMap m, PrefixArray a)static voidPrintTable. printArray(String title, PrefixArray a) -
Uses of PrefixArray in com.sun.xml.fastinfoset.util
Methods in com.sun.xml.fastinfoset.util with parameters of type PrefixArray Modifier and Type Method Description voidPrefixArray. setReadOnlyArray(PrefixArray readOnlyArray, boolean clear) -
Uses of PrefixArray in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as PrefixArray Modifier and Type Field Description PrefixArrayParserVocabulary. prefix
-