380381382383384385386387388389390
_dynAny.seek(index); _cursor = _dynAny.current_component(); if (logger_.isDebugEnabled()) { logger_.debug("evaluation result is of type: " + _cursor.type()); } return _cursor.to_any(); } catch (TypeMismatch e) {
566567568569570571572573574575576
logger_.debug("Result: " + _cursor); } if (_cursor != null && logger_.isDebugEnabled()) { logger_.debug("evaluation result is of type: " + _cursor.type()); } if (_cursor == null) { logger_.debug("Member not found");
377378379380381382383384385386387
563564565566567568569570571572573
379380381382383384385386387388389
565566567568569570571572573574575