Tamino XML Server Version 9.7
 —  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

Related Syntax Constructs

The following construct(s) refer to this construct:

Top of page