Liking cljdoc? Tell your friends :D

htmlfilter.core


andclj

(and matcher & preds)

anyclj


fetch-urlclj

(fetch-url url)

Matchercljprotocol

match-elem?clj

(match-elem? this elem)

selectclj

(select x path)

x is tylically a data returned by fetch-url. Selects the elements that match path.

Example:

(select x [:div :meta text])

`x` is tylically a data returned by fetch-url.
Selects the elements that match `path`.

Example:

(select x [:div :meta text])
raw docstring

textclj


with-attrclj

(with-attr matcher & kvs)

Example:

(with-attr :div :class "k")

(with-attr :div :style string?)

Example:

(with-attr :div :class "k")

(with-attr :div :style string?)
raw docstring

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

× close