Returns Supported Clients Sample Returns Supported Clients Sample
Nov 28, 2023 10:55
Supported Clients
SmartClient
WebClient
NGClient
Property Summary
String
localName
Identifies the local name of the QName.
String
uri
Identifies the namespace of the QName, if applicable.
Property Details
localName
Identifies the local name of the QName.
var Qnamevar = new QName('http://www.w3.org/1999/xhtml', 'author');
application.output(Qnamevar.localName);
application.output(Qnamevar.uri);
uri
Identifies the namespace of the QName, if applicable.
var Qnamevar = new QName('http://www.w3.org/1999/xhtml', 'author');
application.output(Qnamevar.localName);
application.output(Qnamevar.uri);