Re: [MarkLogic Dev General] get all functions in a namespace or module

2011-08-10 Thread Tim Meagher
oXygen includes an outline view that shows all the functions within a module. Not as useful for showing dependencies from other modules, but great for a quick glimpse of all functions, their paramters and types, and the resulting function type. ___ Gen

Re: [MarkLogic Dev General] get all functions in a namespace or module

2011-08-10 Thread Damon Feldman
ic.com] On Behalf Of Geert Josten Sent: Wednesday, August 10, 2011 1:40 AM To: General MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] get all functions in a namespace or module Hi Joe, Rob, To my knowledge there is no introspection feature in MarkLogic Server (yet?).. There

Re: [MarkLogic Dev General] get all functions in a namespace or module

2011-08-09 Thread Geert Josten
2011 5:28 Aan: General MarkLogic Developer Discussion Onderwerp: Re: [MarkLogic Dev General] get all functions in a namespace or module > Is there a way to get all the available functions in a namespace or module? > Like utils:registered-functions() in exist: > http://demo.exist-db.

Re: [MarkLogic Dev General] get all functions in a namespace or module

2011-08-09 Thread Joe Wicentowski
> Is there a way to get all the available functions in a namespace or module? > Like utils:registered-functions() in exist: > http://demo.exist-db.org/exist/functions/util/registered-functions The other related function in eXist besides util:registered-functions() is xqdm:scan(), which extracts XQ

[MarkLogic Dev General] get all functions in a namespace or module

2011-08-09 Thread Whitby, Rob, Springer Healthcare UK
Is there a way to get all the available functions in a namespace or module? Like utils:registered-functions() in exist: http://demo.exist-db.org/exist/functions/util/registered-functions Thanks, Rob ___ General mailing list General@developer.marklogic.c