129130131132133134135
public StreamReaderBufferProcessor() { for (int i=0; i < _stack.length; i++){ _stack[i] = new ElementStackEntry(); } _attributeCache = new AttributesHolder(); }
130131132133134135136