(associated-attr-values attributes
required-attribute-names
optional-attribute-names)
(build-location parent-location attribute-name)
Builds the location of the current nested attribute. Each location has potentially two components: a parent location and a potentially empty attribute name. If the attribute name is empty then the parent location should be used. Otherwise, the the two locations are joined with a periods and returned.
Builds the location of the current nested attribute. Each location has potentially two components: a parent location and a potentially empty attribute name. If the attribute name is empty then the parent location should be used. Otherwise, the the two locations are joined with a periods and returned.
(get-child-attributes attribute-arg)
The attribute argument given to methods in a nested element generator may either be a single attribute or a list of attributes. If a list of attributes is given then child elements can be generated from that list. If a single attribute is given then child elements will be obtained from the sub-attributes.
The attribute argument given to methods in a nested element generator may either be a single attribute or a list of attributes. If a list of attributes is given then child elements can be generated from that list. If a single attribute is given then child elements will be obtained from the sub-attributes.
(get-required-attribute-value location attributes attribute-name)
(validate-non-blank-string-attribute-value location value)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close