Liking cljdoc? Tell your friends :D

axel-f.excel.xpath


->xml-likeclj/s

(->xml-like obj)
source

attr=clj/s

(attr= {:keys [attr value]})
source

childrenclj/s

source

envclj/s

source

FINDclj/s

source

FIND*clj/s

(FIND* items query)

Perform xpath-like query on collection of items

Perform xpath-like query on collection of items
sourceraw docstring

make-tag-getterclj/s

(make-tag-getter query)
source

parse-itemclj/s

(parse-item item)
source

tag=clj/s

(tag= {:keys [tag]})
source

TAGGEDclj/s

source

TAGGED*clj/s

(TAGGED* obj)

Convert arbitrary collection into tagged form to perform XPATH.FIND over

{"foo": [1, 2, 3]} => {"tag": "foo", "children": [1, 2, 3]}

Convert arbitrary collection into tagged form to perform XPATH.FIND over

{"foo": [1, 2, 3]} => {"tag": "foo", "children": [1, 2, 3]}
sourceraw docstring

xpath-findclj/s

(xpath-find items query)
source

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

× close