Authors: Karim Gemayel (karim.gemayel@pocess-one.net).
References
caps() = {caps, Identities, Features, Forms}
Record representing a Caps.
category() = string()
field() = {field, Var, Values}
Record representing a field.
form() = {form, Type, Fields}
Record representing a form.
hash() = binary()
identity() = {identity, Category, Type, Lang, Name}
Record representing an identity.
lang() = string()
name() = string()
ns() = string() | binary()
type() = string()
value() = string() | binary()
var() = string()
make/1 | Generate a hash from a Caps record. |
make/2 | Generate a hash from an identity record or from a list of records and a list of namespaces . |
make/3 | Generate a hash from an identity record or from a list of identity records, a list of namespaces, and a form or a list of forms . |
make(Identity::Caps) -> Hash
Generate a hash from a Caps record.
make(Identity::Identities, Features) -> Hash
Generate a hash from an identity record or from a list of records and a list of namespaces .
make(Identities, Features, Form::Forms) -> Hash
Generate a hash from an identity record or from a list of identity records, a list of namespaces, and a form or a list of forms .
Generated by EDoc, Mar 12 2010, 11:37:11.