SAX2DTM2.java | 806 protected int[] _stack = new int[_maxAncestors]; field in class:SAX2DTM2.PrecedingIterator 837 final int[] stackCopy = new int[_stack.length]; 838 System.arraycopy(_stack, 0, stackCopy, 0, _stack.length); 840 clone._stack = stackCopy; 875 _stack[index = 0] = node; 880 if (++index == _stack.length) 883 System.arraycopy(_stack, 0, stack, 0, index); 884 _stack = stack; 886 _stack[index] = parent [all...] |