<NodeIterator nodes = result.getNodes("f");>
Thanks for the hint, but the method you mentioned does not exists.
Did you mean the RowIterator, getRow(), row.getNode("selector")?
This seems to work, thank you very much...
<NodeIterator nodes = result.getNodes("f");>
Thanks for the hint, but the method you mentioned does not exists.
Did you mean the RowIterator, getRow(), row.getNode("selector")?
This seems to work, thank you very much...