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._contentCharactersBuffer
Fragmented array to hold content information in a shared char[]protected FragmentedArray<Object[]>
XMLStreamBuffer._contentObjects
Fragmented array to hold content information as objectsprotected FragmentedArray<char[]>
AbstractCreatorProcessor._currentContentCharactersBufferFragment
protected FragmentedArray<Object[]>
AbstractCreatorProcessor._currentContentObjectFragment
protected FragmentedArray<byte[]>
AbstractCreatorProcessor._currentStructureFragment
protected FragmentedArray<String[]>
AbstractCreatorProcessor._currentStructureStringFragment
private FragmentedArray<T>
FragmentedArray._next
private FragmentedArray<T>
FragmentedArray._previous
protected FragmentedArray<byte[]>
XMLStreamBuffer._structure
Fragmented array to hold structural informationprotected FragmentedArray<String[]>
XMLStreamBuffer._structureStrings
Fragmented 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) void
FragmentedArray.setNext
(FragmentedArray<T> next) (package private) void
FragmentedArray.setPrevious
(FragmentedArray<T> previous) Constructors in com.sun.xml.stream.buffer with parameters of type FragmentedArrayModifierConstructorDescription(package private)
FragmentedArray
(T item, FragmentedArray<T> previous)