rowNumber is the index of a row in the result set.
columnName is the name 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, “name”)