def

func:xmlAttrs

xmlAttrs(elem)

Get list of all an elements attributes.

Example:

attrs: xmlRead("<x a='' b=''/>").xmlAttrs
attrs.map(xmlName)  >>  ["a", "b"]

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function