Uses of Class
com.sun.xml.stream.buffer.FragmentedArray
-
Packages that use FragmentedArray Package Description com.sun.xml.stream.buffer -
-
Uses of FragmentedArray in com.sun.xml.stream.buffer
Fields in com.sun.xml.stream.buffer declared as FragmentedArray Modifier and Type Field Description protected FragmentedArray<char[]>
XMLStreamBuffer. _contentCharactersBuffer
Fragmented array to hold content information in a shared char[]protected FragmentedArray<java.lang.Object[]>
XMLStreamBuffer. _contentObjects
Fragmented array to hold content information as objectsprotected FragmentedArray<char[]>
AbstractCreatorProcessor. _currentContentCharactersBufferFragment
protected FragmentedArray<java.lang.Object[]>
AbstractCreatorProcessor. _currentContentObjectFragment
protected FragmentedArray<byte[]>
AbstractCreatorProcessor. _currentStructureFragment
protected FragmentedArray<java.lang.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<java.lang.String[]>
XMLStreamBuffer. _structureStrings
Fragmented array to hold structural information as stringsMethods in com.sun.xml.stream.buffer that return FragmentedArray Modifier and Type Method Description protected FragmentedArray<char[]>
XMLStreamBuffer. getContentCharactersBuffer()
protected FragmentedArray<java.lang.Object[]>
XMLStreamBuffer. getContentObjects()
(package private) FragmentedArray<T>
FragmentedArray. getNext()
(package private) FragmentedArray<T>
FragmentedArray. getPrevious()
protected FragmentedArray<byte[]>
XMLStreamBuffer. getStructure()
protected FragmentedArray<java.lang.String[]>
XMLStreamBuffer. getStructureStrings()
Methods in com.sun.xml.stream.buffer with parameters of type FragmentedArray Modifier and Type Method Description (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 FragmentedArray Constructor Description FragmentedArray(T item, FragmentedArray<T> previous)
-