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