Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Xml.Attr
SourceAn attribute is an association between a key and a value (quoted). Please note that this library does not guarantee that the key or value is correctly formatted, and it is the user's responsibility to produce only correct values.
Describes a key * value
pair.
Describes a list of attributes. The set of attributes must be unique, and the type is backed up by a Map to ensure that an attribute (described by its key) is present only once.
make ?ns ~key f value
Builds an arbitrary attribute value. The ns
optional parameter allows to scope an attribute to a given namespace.
string ?ns ~key value
Builds a string attribute.
float ?ns ~key value
Builds a float attribute.
bool ?ns ~key value
Builds a boolean attribute.