DocumentTableModel dtm = ffcous.getDocumentTableModel();
XQNode node = dtm.createNode(ptr);
ffcous.setContextItem(node);
return true;
}
final Profiler profiler = _dynEnv.getProfiler();
final Iterator<Pair<DbCollection, String>> itor = ffcous.eachDocument();
while(itor.hasNext()) {
final Pair<DbCollection, String> pair = itor.next();
final DbCollection col = pair.getFirst();
final String docName = pair.getSecond();