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.Methods in com.sun.xml.fastinfoset with parameters of type PrefixArray Modifier and Type Method Description private voidDecoder. decodeTableItems(PrefixArray array) -
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(java.lang.String s, java.util.Set<java.lang.String> v, StringIntMap m, PrefixArray a)static voidPrintTable. printArray(java.lang.String title, PrefixArray a) -
Uses of PrefixArray in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as PrefixArray Modifier and Type Field Description private PrefixArrayPrefixArray. _readOnlyArrayMethods 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. prefixMethods in com.sun.xml.fastinfoset.vocab with parameters of type PrefixArray Modifier and Type Method Description private voidParserVocabulary. addToTable(java.lang.String s, PrefixArray a, StringIntMap m)private voidParserVocabulary. addToTable(java.util.Iterator<java.lang.String> i, PrefixArray a, StringIntMap m)
-