Uses of Class
com.sun.xml.fastinfoset.util.CharArrayArray
-
Packages that use CharArrayArray Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.tools com.sun.xml.fastinfoset.util com.sun.xml.fastinfoset.vocab -
-
Uses of CharArrayArray in com.sun.xml.fastinfoset
Methods in com.sun.xml.fastinfoset with parameters of type CharArrayArray Modifier and Type Method Description private void
Decoder. decodeTableItems(CharArrayArray array)
-
Uses of CharArrayArray in com.sun.xml.fastinfoset.tools
Methods in com.sun.xml.fastinfoset.tools with parameters of type CharArrayArray Modifier and Type Method Description static void
PrintTable. printArray(java.lang.String title, CharArrayArray a)
-
Uses of CharArrayArray in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as CharArrayArray Modifier and Type Field Description private CharArrayArray
CharArrayArray. _readOnlyArray
Methods in com.sun.xml.fastinfoset.util with parameters of type CharArrayArray Modifier and Type Method Description void
CharArrayArray. setReadOnlyArray(CharArrayArray readOnlyArray, boolean clear)
-
Uses of CharArrayArray in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as CharArrayArray Modifier and Type Field Description CharArrayArray
ParserVocabulary. otherString
CharArrayArray
ParserVocabulary. restrictedAlphabet
Methods in com.sun.xml.fastinfoset.vocab with parameters of type CharArrayArray Modifier and Type Method Description private void
ParserVocabulary. addToTable(java.lang.String s, CharArrayArray a)
private void
ParserVocabulary. addToTable(java.util.Iterator i, CharArrayArray a)
-