Searched refs:_textArray (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSimpleResultTreeImpl.java260 protected String[] _textArray; field in class:SimpleResultTreeImpl
282 _textArray = new String[4];
498 handler.characters(_textArray[i]);
633 _text = _textArray[0];
637 buffer.append(_textArray[i]);
646 if (_size >= _textArray.length) {
647 String[] newTextArray = new String[_textArray.length * 2];
648 System.arraycopy(_textArray, 0, newTextArray, 0, _textArray.length);
649 _textArray
[all...]
H A DAdaptiveResultTreeImpl.java600 String str = _textArray[i];

Completed in 56 milliseconds