Liking cljdoc? Tell your friends :D

org.cyverse.metadata-files.util


associated-attr-valuesclj

(associated-attr-values attributes
                        required-attribute-names
                        optional-attribute-names)
source

attr-valueclj

(attr-value attributes attribute-name)
source

attr-valuesclj

(attr-values attributes attribute-name)
source

attribute-setclj

(attribute-set attributes)
source

build-child-elementsclj

(build-child-elements child-element-factories attributes)
source

build-locationclj

(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.
sourceraw docstring

default-languageclj

source

get-child-attributesclj

(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.
sourceraw docstring

get-languageclj

(get-language attributes)
source

get-required-attribute-valueclj

(get-required-attribute-value location attributes attribute-name)
source

missing-attributesclj

(missing-attributes required-attributes attributes)
source

missing-required-attributesclj

(missing-required-attributes attribute-names)
source

validate-attr-countsclj

(validate-attr-counts element-factory attributes)
source

validate-child-elementsclj

(validate-child-elements child-element-factories attributes)
source

validate-non-blank-string-attribute-valueclj

(validate-non-blank-string-attribute-value location value)
source

validate-year-attribute-valueclj

(validate-year-attribute-value location value)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close