QName
Overview
Properties Summarized
Type
Name
Summary
Properties Detailed
localName
var Qnamevar = new QName('http://www.w3.org/1999/xhtml', 'author');
application.output(Qnamevar.localName);
application.output(Qnamevar.uri);uri
Last updated
Was this helpful?