Application Integration
- Application Integration
- All Products
fn:in-scope-prefixes(element)
Argument | Required/Optional | Description |
|---|---|---|
element | Required | The element node whose in-scope prefixes are to be
returned. |
|
|
|---|---|
fn:in-scope-prefixes(<a xmlns="http://ns1"
xmlns:x="http://ns2"/>) | ("", "x") |
fn:in-scope-prefixes(()) | Validation error. Empty sequence is not allowed as first argument
to in-scope-prefixes function. |