fn:in-scope-prefixes

fn:in-scope-prefixes($element as element()) → string*

Function signature

$element

element()

Result

xs:string *

Returns the names of the namespaces that are in scope for an element

XPath 2.0 Specification

Implemented. Name changed in 7.8 from get-in-scope-namespaces().

Note: The old name get-in-scope-prefixes is retained as a synonym


Expand

Up  Next