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.
erlang:item-to-term
- Signature
erlang:item-to-term($item as item()*) as item()*
- Description
- Transforms an XQuery item to an Erlang term.
erlang:is-reference
- Signature
erlang:is-reference($binary as xs:base64Binary) as xs:boolean
- Description
- Returns if this binary is a reference.
erlang:is-pid
- Signature
erlang:is-pid($binary as xs:base64Binary) as xs:boolean
- Description
- Returns if this binary is a PID.
erlang:is-port
- Signature
erlang:is-port($binary as xs:base64Binary) as xs:boolean
- Description
- Returns if this binary is a port.