def

func:xmlElems

xmlElems(elem)

Get the children elements. If this element contains text or PI nodes, then they are excluded in the result.

Example:

elems: xmlRead("<d><a/><b/></d>").xmlElems
elems.map(xmlName)  >>  ["a", "b"]

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function