rowNumber is the index of a row in the result set.
columnNumber is the index of a column of the result set. The method returns the text of the specified column.
For example, if rsx is a Java variable of type ResultSetXml:
select rsx>>getColumn(3, 4)