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 PrefixArray
Decoder. _prefixTable
The prefix table of the vocabulary.Methods in com.sun.xml.fastinfoset with parameters of type PrefixArray Modifier and Type Method Description private void
Decoder. 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 void
VocabularyGenerator. addToTable(java.lang.String s, java.util.Set<java.lang.String> v, StringIntMap m, PrefixArray a)
static void
PrintTable. 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 PrefixArray
PrefixArray. _readOnlyArray
Methods in com.sun.xml.fastinfoset.util with parameters of type PrefixArray Modifier and Type Method Description 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 PrefixArray Modifier and Type Field Description PrefixArray
ParserVocabulary. prefix
Methods in com.sun.xml.fastinfoset.vocab with parameters of type PrefixArray Modifier and Type Method Description private void
ParserVocabulary. addToTable(java.lang.String s, PrefixArray a, StringIntMap m)
private void
ParserVocabulary. addToTable(java.util.Iterator<java.lang.String> i, PrefixArray a, StringIntMap m)
-