Uses of Class
com.sun.xml.fastinfoset.util.ContiguousCharArrayArray
Packages that use ContiguousCharArrayArray
Package
Description
-
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset
Fields in com.sun.xml.fastinfoset declared as ContiguousCharArrayArrayModifier and TypeFieldDescriptionprotected ContiguousCharArrayArray
Decoder._characterContentChunkTable
The character content chunk table of the vocabulary.Methods in com.sun.xml.fastinfoset with parameters of type ContiguousCharArrayArrayModifier and TypeMethodDescriptionprivate 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 ContiguousCharArrayArrayModifier and TypeMethodDescriptionstatic void
PrintTable.printArray
(String title, ContiguousCharArrayArray a) -
Uses of ContiguousCharArrayArray in com.sun.xml.fastinfoset.util
Fields in com.sun.xml.fastinfoset.util declared as ContiguousCharArrayArrayModifier and TypeFieldDescriptionprivate ContiguousCharArrayArray
ContiguousCharArrayArray._readOnlyArray
Methods in com.sun.xml.fastinfoset.util with parameters of type ContiguousCharArrayArrayModifier and TypeMethodDescriptionfinal 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 ContiguousCharArrayArrayModifier and TypeFieldDescriptionfinal ContiguousCharArrayArray
ParserVocabulary.characterContentChunk
Methods in com.sun.xml.fastinfoset.vocab with parameters of type ContiguousCharArrayArrayModifier and TypeMethodDescriptionprivate void
ParserVocabulary.addToTable
(String s, ContiguousCharArrayArray a) private void
ParserVocabulary.addToTable
(Iterator<String> i, ContiguousCharArrayArray a)