Liking cljdoc? Tell your friends :D

htmlfilter.core


anyclj


childrenclj

(children x)

fetch-urlclj

(fetch-url url)

findclj

(find x selector)

findallclj

(findall x selector)

returns all the nodes that match selector, which is either a matcher or a sequence of it.

example:

(findall x :h1) (findall x [:div text])

returns all the nodes that match selector, which is either
a matcher or a sequence of it.

example:

(findall x :h1) 
(findall x [:div text])
raw docstring

first-childclj

(first-child x)

leftclj

(left x)

leftsclj

(lefts x)

parentclj

(parent x)

parentsclj

(parents x)

(right x)

rightsclj

(rights x)

siblingsclj

(siblings x)

textclj


with-attrsclj

(with-attrs x m)

with-predsclj

(with-preds x & preds)

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

× close