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._currentStructureStringFragmentprivate FragmentedArray<T> FragmentedArray._nextprivate FragmentedArray<T> FragmentedArray._previousprotected 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()(package private) FragmentedArray<T> FragmentedArray.getNext()(package private) FragmentedArray<T> FragmentedArray.getPrevious()protected final FragmentedArray<byte[]> XMLStreamBuffer.getStructure()protected final FragmentedArray<String[]> XMLStreamBuffer.getStructureStrings()Methods in com.sun.xml.stream.buffer with parameters of type FragmentedArrayModifier and TypeMethodDescription(package private) voidFragmentedArray.setNext(FragmentedArray<T> next) (package private) voidFragmentedArray.setPrevious(FragmentedArray<T> previous) Constructors in com.sun.xml.stream.buffer with parameters of type FragmentedArrayModifierConstructorDescription(package private)FragmentedArray(T item, FragmentedArray<T> previous)