Liking cljdoc? Tell your friends :D

dparse.core


andclj/s

(and & selectors)

any-nodeclj/s


append-childrenclj/s

(append-children & args)

as-enliveclj/s

(as-enlive x)

Converts x to an elive map or a list of such maps.

Converts `x` to an elive map or a list of such maps.
raw docstring

as-hiccupclj/s

(as-hiccup x)

Converts x to a hiccup vector or a list of such vectors.

Converts `x` to a hiccup vector or a list of such vectors.
raw docstring

attrs-includesclj/s

(attrs-includes substr)
(attrs-includes k substr)

attrs-satisfiesclj/s

(attrs-satisfies k pred)

butclj/s

(but selector)

editclj/s≠

clj
(edit node-or-nodes selector editor)
cljs
(edit x slctor editor & {:keys [as]})

Applies editor at each node whenever selector matches it.

Applies `editor` at each node whenever `selector` matches it.
raw docstring

Editorclj/sprotocol

-editclj/s

(-edit this loc)

has-attrsclj/s

(has-attrs k & ks)

Selects a node iff it has all the supplied keys in its attribute map.

Selects a node iff it has all the supplied keys in its attribute map.
raw docstring

insert-childrenclj/s

(insert-children & args)

orclj/s

(or & selectors)

pathclj/s

(path v)

Makes a vector into a selector.

Makes a vector into a selector.
raw docstring

selectclj/s

(select node-or-nodes selector)

Selectorclj/sprotocol

-match?clj/s

(-match? this loc)

set-attrsclj/s

(set-attrs k v & kvs)

tag=clj/s

(tag= k)

text-nodeclj/s


wrapclj/s

(wrap tag)
(wrap tag attrs)

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

× close