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 objects
|
protected 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 information
|
protected FragmentedArray<java.lang.String[]> |
XMLStreamBuffer._structureStrings
Fragmented array to hold structural information as strings
|