Version 8.2.2
 —  XQuery 4 Reference Guide  —

fn:get-local-name-from-QName

Return local part of QName argument.


Syntax

fn:get-local-name-from-QName(QName? $qName) => string?

Top of page

Description

This function returns a string representing the local name of $qName. If $qName is the empty sequence, the function returns the empty sequence.

Top of page

Argument

$qName

value of type xs:QName

Top of page

Example

Top of page