Liking cljdoc? Tell your friends :D

csv2rdf.xml.datatype.parsing

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/
raw docstring

check-boundsclj

(check-bounds minimum maximum value)

check-maximumclj

(check-maximum maximum value)

check-minimumclj

(check-minimum minimum value)

default-boolean-mappingclj


parsecljmultimethod

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.
raw docstring

parse-boolean-with-mappingclj

(parse-boolean-with-mapping string-value
                            {:keys [true-values false-values] :as mapping})

parse-formatcljmultimethod

Parses a string value into the given datatype according to format.

Parses a string value into the given datatype according to format.
raw docstring

parse-intclj


parse-integerclj

(parse-integer s)

parse-longclj


parse-shortclj


special-double-valuesclj


special-float-valuesclj


xml-datatype-factoryclj

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

× close