Functions for parsing XML datatypes in either a specified format or the default format defined by XML schema. The representation for datatype formats vary by the target datatype and is defined by the metadata validator.
XML schema spec: https://www.w3.org/TR/xmlschema11-2/
Functions for parsing XML datatypes in either a specified format or the default format defined by XML schema. The representation for datatype formats vary by the target datatype and is defined by the metadata validator. XML schema spec: https://www.w3.org/TR/xmlschema11-2/
(check-bounds minimum maximum value)
(check-maximum maximum value)
(check-minimum minimum value)
Parses a string value for the named XML datatype. Throws IllegalArgumentException if the input string is not in the expected format.
Parses a string value for the named XML datatype. Throws IllegalArgumentException if the input string is not in the expected format.
(parse-boolean-with-mapping string-value
{:keys [true-values false-values] :as mapping})
Parses a string value into the given datatype according to format.
Parses a string value into the given datatype according to format.
(parse-integer s)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close