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-str)

Inputs: [xml-str :- s/Str]

Parses a string of XML data, returning Enlive-format data

Inputs: [xml-str :- s/Str]

Parses a string of XML data, returning Enlive-format data
sourceraw docstring

parse-rawclj

(parse-raw xml-str)

Inputs: [xml-str :- s/Str]

Parses a string of XML data, returning Enlive-format data. Does not include whitespace removal or enlive normalization.

Inputs: [xml-str :- s/Str]

Parses a string of XML data, returning Enlive-format data.
Does not include whitespace removal or enlive normalization.
sourceraw docstring

parse-raw-streamingclj

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

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

Parses XML data from an input-stream or Reader, returning Enlive-format data. Does not include whitespace removal or enlive normalization.

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

Parses XML data from an input-stream or Reader, returning Enlive-format data.
Does not include whitespace removal or enlive normalization.
sourceraw docstring

parse-streamingclj

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

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

Parses XML data from an input-stream or Reader, returning Enlive-format data

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

Parses XML data from an input-stream or Reader, returning Enlive-format data
sourceraw docstring

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

× close