Child pages
  • QName

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1381948887907

...

HTML Table
id
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summary
tbody
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#localNamelocalName
Identifies the local name of the QName.
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#uriuri
Identifies the namespace of the QName, if applicable.

HTML Table
idproperty
classservoy sDetail
Colgroup Tag
Column
padding0px
width100%

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan1
Property Details
Table Body (tbody)
idlocalName
Table Row (tr)
idname
Table Cell (td)
localName
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Identifies the local name of the QName.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript

var Qnamevar = new QName('http://www.w3.org/1999/xhtml', 'author');
application.output(Qnamevar.localName);
application.output(Qnamevar.uri);
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
iduri
Table Row (tr)
idname
Table Cell (td)
uri
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
Identifies the namespace of the QName, if applicable.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
String
Table Row (tr)
idsam
Table Cell (td)
Sample
Div
classsIndent
Code Block
languagejavascript

var Qnamevar = new QName('http://www.w3.org/1999/xhtml', 'author');
application.output(Qnamevar.localName);
application.output(Qnamevar.uri);
Table Row (tr)
classlastDetailRow
Table Cell (td)