Function: idToStr()
idToStr(
id):string
Defined in: lang-xquery/src/utils/string.ts:73
Serializes an ASTIdentifier back to a prefixed QName string
(prefix:local when a namespace part is present, otherwise just local).
Parameters
| Parameter | Type |
|---|---|
id | ASTIdentifier |
Returns
string