Liking cljdoc? Tell your friends :D

org.cyverse.metadata-files


FlatElementFactorycljprotocol

generateclj

(generate _)

Generates the element.

Generates the element.

missing-attributesclj

(missing-attributes _)

Returns the set of required attributes that are missing.

Returns the set of required attributes that are missing.

required-attributesclj

(required-attributes _)

Returns the set of required attributes.

Returns the set of required attributes.
source

NestedElementFactorycljprotocol

attribute-nameclj

(attribute-name _)

The name of the primary attribute used to generate the element.

The name of the primary attribute used to generate the element.

child-element-factoriesclj

(child-element-factories _)

Returns the list of element factories for child elements.

Returns the list of element factories for child elements.

generate-nestedclj

(generate-nested _ attribute)

Generates the element.

Generates the element.

get-locationclj

(get-location _)

Returns the location of the current attribute in the metadata template hierarchy.

Returns the location of the current attribute in the metadata template hierarchy.

max-occursclj

(max-occurs _)

Returns the maximum number of occurrences of the element.

Returns the maximum number of occurrences of the element.

min-occursclj

(min-occurs _)

Returns the minimum number of occurrences of the element.

Returns the minimum number of occurrences of the element.

validateclj

(validate _ attribute)

Validates the attributes used to generate the element.

Validates the attributes used to generate the element.
source

XmlSerializablecljprotocol

to-xmlclj

(to-xml _)

Serializes the object as XML. This function returns an instance of Clojure.data.xml.Element.

Serializes the object as XML. This function returns an instance of Clojure.data.xml.Element.
source

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

× close