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. _contentCharactersBufferFragmented array to hold content information in a shared char[]protected FragmentedArray<java.lang.Object[]>XMLStreamBuffer. _contentObjectsFragmented array to hold content information as objectsprotected FragmentedArray<char[]>AbstractCreatorProcessor. _currentContentCharactersBufferFragmentprotected FragmentedArray<java.lang.Object[]>AbstractCreatorProcessor. _currentContentObjectFragmentprotected FragmentedArray<byte[]>AbstractCreatorProcessor. _currentStructureFragmentprotected FragmentedArray<java.lang.String[]>AbstractCreatorProcessor. _currentStructureStringFragmentprivate FragmentedArray<T>FragmentedArray. _nextprivate FragmentedArray<T>FragmentedArray. _previousprotected FragmentedArray<byte[]>XMLStreamBuffer. _structureFragmented array to hold structural informationprotected FragmentedArray<java.lang.String[]>XMLStreamBuffer. _structureStringsFragmented 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) voidFragmentedArray. setNext(FragmentedArray<T> next)(package private) voidFragmentedArray. setPrevious(FragmentedArray<T> previous)Constructors in com.sun.xml.stream.buffer with parameters of type FragmentedArray Constructor Description FragmentedArray(T item, FragmentedArray<T> previous)
-