Changes

Jump to navigation Jump to search
200 bytes added ,  10:20, 23 July 2013
<pre class="brush:xquery">
inspect:context()/function ! function-lookup(QName(@uri, @name), 0) ! .()
</pre>
Return the names of all private functions in the current context:
<pre class="brush:xquery">
for $f in inspect:context()/function
where $f/annotation/@name = 'private'
return $f/@name/string()
</pre>
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu