591592593594595596597598599600601
if (_select != null) { try { NodeIterator iter = _select.select(_contextNode, this); Node child; while ((child = iter.nextNode()) != null && child != _currentNode) { } return iter.getContextPosition(); } catch (Exception e) { }
629630631632633634635636637638639
if (_select != null) { try { NodeIterator iter = _select.select(_contextNode, this); Node child; while ((child = iter.nextNode()) != null && child != _currentNode) { } return iter.getContextSize(); } catch (Exception e) { }