Liking cljdoc? Tell your friends :D

tupelo.parse.xml


Elementclj

source

enlive-normalizeclj

(enlive-normalize item)

Normalize Enlive data replacing nil values for :attrs or :content with empty maps & vectors, respectively. Also coerces all :content to vector.

Normalize Enlive data replacing `nil` values for :attrs or :content with empty maps & vectors, respectively.
Also coerces all :content to vector. 
sourceraw docstring

enlive-remove-whitespaceclj

(enlive-remove-whitespace item)

Removes whilespace strings from Enlive data :content vectors.

Removes whilespace strings from Enlive data :content vectors.
sourceraw docstring

parseclj

(parse xml-input)
(parse xml-input parse-fn)

Inputs: ([xml-input] [xml-input parse-fn])

Inputs: ([xml-input] [xml-input parse-fn])
sourceraw docstring

parse-rawclj

(parse-raw xml-input)
(parse-raw xml-input parse-fn)

Inputs: ([xml-input] [xml-input parse-fn])

Inputs: ([xml-input] [xml-input parse-fn])
sourceraw docstring

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

× close