(and & selectors)
(append-children & args)
(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.
(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.
(attrs-includes substr)
(attrs-includes k substr)
(attrs-satisfies k pred)
(but selector)
(edit node-or-nodes selector editor)
(edit x slctor editor & {:keys [as]})
Applies editor
at each node whenever selector
matches it.
Applies `editor` at each node whenever `selector` matches it.
(-edit this loc)
(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.
(insert-children & args)
(or & selectors)
(select node-or-nodes selector)
(-match? this loc)
(set-attrs k v & kvs)
(tag= k)
(wrap tag)
(wrap tag attrs)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close