Uses of Class
com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
-
Packages that use ContiguousCharArrayArray Package Description com.sun.xml.fastinfoset com.sun.xml.fastinfoset.tools com.sun.xml.fastinfoset.util com.sun.xml.fastinfoset.vocab -
-
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as ContiguousCharArrayArray Modifier and Type Field Description protected ContiguousCharArrayArray
Decoder. _characterContentChunkTable
The character content chunk table of the vocabulary.Methods in com.sun.xml.fastinfoset with parameters of type ContiguousCharArrayArray Modifier and Type Method Description private void
Decoder. decodeTableItems(ContiguousCharArrayArray array)
-
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset.tools
Methods in com.sun.xml.fastinfoset.tools with parameters of type ContiguousCharArrayArray Modifier and Type Method Description static void
PrintTable. printArray(java.lang.String title, ContiguousCharArrayArray a)
-
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as ContiguousCharArrayArray Modifier and Type Field Description private ContiguousCharArrayArray
ContiguousCharArrayArray. _readOnlyArray
Methods in com.sun.xml.fastinfoset.util with parameters of type ContiguousCharArrayArray Modifier and Type Method Description void
ContiguousCharArrayArray. setReadOnlyArray(ContiguousCharArrayArray readOnlyArray, boolean clear)
-
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset.vocab
Fields in com.sun.xml.fastinfoset.vocab declared as ContiguousCharArrayArray Modifier and Type Field Description ContiguousCharArrayArray
ParserVocabulary. characterContentChunk
Methods in com.sun.xml.fastinfoset.vocab with parameters of type ContiguousCharArrayArray Modifier and Type Method Description private void
ParserVocabulary. addToTable(java.lang.String s, ContiguousCharArrayArray a)
private void
ParserVocabulary. addToTable(java.util.Iterator<java.lang.String> i, ContiguousCharArrayArray a)
-