Functions Related to QNames

local-name-from-QName(QName(‘http://www.example.com/example’, ‘person’))

from within a Java application, in order to extract the result from the result sequence, one would have to use this code:

String n = ((XSNCName)rs.first()).stringvalue(); println(n);

in order to get the result of ‘person’