Revision [1597]
This is an old revision of FunctionQName made by DavidLee on 2010-11-24 10:35:43.
Function QName
This function is part of the core function set.
Name
QName creates a QName object (The saxon Java object net.sf.saxon.s9api.QName)Synopsis
QName( localname )QName( uri localname )
QName( prefix uri localname )
Description
Creates a QName object with one of the three above constructors.This can be used to pass QNames directly to xquery or <[ ]> or stax:hasNext or any function or command that expects a QName literal.
Example
echo QName( prefix http://foo.bar local )
Result
prefix:local
Throws an exception if the class is not found or cannot be constructed.
Commands
Functions