Uses of Class
com.sun.xml.stream.buffer.FragmentedArray
Packages that use FragmentedArray
-
Uses of FragmentedArray in com.sun.xml.stream.buffer
Fields in com.sun.xml.stream.buffer declared as FragmentedArrayModifier and TypeFieldDescriptionprotected FragmentedArray<char[]> XMLStreamBuffer._contentCharactersBufferFragmented array to hold content information in a shared char[]protected FragmentedArray<Object[]> XMLStreamBuffer._contentObjectsFragmented array to hold content information as objectsprotected FragmentedArray<char[]> AbstractCreatorProcessor._currentContentCharactersBufferFragmentprotected FragmentedArray<Object[]> AbstractCreatorProcessor._currentContentObjectFragmentprotected FragmentedArray<byte[]> AbstractCreatorProcessor._currentStructureFragmentprotected FragmentedArray<String[]> AbstractCreatorProcessor._currentStructureStringFragmentprotected FragmentedArray<byte[]> XMLStreamBuffer._structureFragmented array to hold structural informationprotected FragmentedArray<String[]> XMLStreamBuffer._structureStringsFragmented array to hold structural information as stringsMethods in com.sun.xml.stream.buffer that return FragmentedArrayModifier and TypeMethodDescriptionprotected final FragmentedArray<char[]> XMLStreamBuffer.getContentCharactersBuffer()protected final FragmentedArray<Object[]> XMLStreamBuffer.getContentObjects()protected final FragmentedArray<byte[]> XMLStreamBuffer.getStructure()protected final FragmentedArray<String[]> XMLStreamBuffer.getStructureStrings()