Application Integration
- Application Integration
- All Products
fn:node-name(arg)
Argument | Required/Optional | Description |
|---|---|---|
arg | Optional | The node whose QName is returned. If omitted, the
context item is used. |
|
|
|---|---|
fn:node-name(<a:book
xmlns:a="http://example.com"/>) | QName("{http://example.com}book") |
fn:node-name(text{"Hello"}) | () |
fn:node-name(()) | () |
fn:node-name() (with context node
<ex:item/> ) | QName corresponding to context node |