Erlang to XQuery interface.

http://xqerl.org/modules/erlang

This module is statically bound to the prefix "erlang".

Description

Module for transforming Erlang <==> XQuery types.

Functions

erlang:term-to-item


Signature
erlang:term-to-item($term as item()*) as item()*
Description
Transforms an Erlang term to an XQuery item.
back to top

erlang:item-to-term


Signature
erlang:item-to-term($item as item()*) as item()*
Description
Transforms an XQuery item to an Erlang term.
back to top

erlang:is-reference


Signature
erlang:is-reference($binary as xs:base64Binary) as xs:boolean
Description
Returns if this binary is a reference.
back to top

erlang:is-pid


Signature
erlang:is-pid($binary as xs:base64Binary) as xs:boolean
Description
Returns if this binary is a PID.
back to top

erlang:is-port


Signature
erlang:is-port($binary as xs:base64Binary) as xs:boolean
Description
Returns if this binary is a port.
back to top