String getColumn(int rowNumber, String columnName)

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”)