Liking cljdoc? Tell your friends :D

dparse.core


add-classclj/s

(add-class class-name)

andclj/s

(and & selectors)

any-nodeclj/s


as-enliveclj/s

(as-enlive x)

as-hiccupclj/s

(as-hiccup x)

attrs-includesclj/s

(attrs-includes k substr)

attrs-satisfiesclj/s

(attrs-satisfies k pred)

attrs-starts-withclj/s

(attrs-starts-with k substr)

butclj/s

(but & selectors)

Returns a selector that match-inneres a node iff none of the given selectors matches it.

Returns a selector that match-inneres a node iff none of the
given selectors matches it.
raw docstring

Editclj/sprotocol

edit-locclj/s

(edit-loc this loc)

Returns a new loc.

Returns a new loc.

editclj/s

(edit x selector f)

enlive-zipclj/s

(enlive-zip root)

has-attrsclj/s

(has-attrs k)

has-childclj/s

(has-child selector)

has-descendantclj/s

(has-descendant selector)

has-siblingclj/s

(has-sibling selector)

Returns a selector that matches a node iff it has a sibling that selector matches.

Returns a selector that matches a node iff it has a sibling
that selector matches.
raw docstring

orclj/s

(or & selectors)

pathclj/s

(path v)

predicateclj/s

(predicate pred)

Returns a selector that match-inneres a node iff (pred node) is logical true.

Returns a selector that match-inneres a node iff (pred node) is logical true.
raw docstring

predicate-locclj/s

(predicate-loc pred)

Returns a selector if (pred loc) is logical true. (loc is of the zip data, i.e., a vector consisting of a node and a map.)

Returns a selector if (pred loc) is logical true.
(loc is of the zip data, i.e., a vector consisting of a node and a map.)
raw docstring

selectclj/s

(select node-or-nodes selector)

Selectorclj/sprotocol

match-innerclj/s

(match-inner this loc)

set-attrsclj/s

(set-attrs k v)

tag=clj/s

(tag= k)

text-includesclj/s

(text-includes substr)

Returns a selector that matches a text node iff it includes substr as a substring.

Returns a selector that matches a text node iff it includes substr
as a substring.
raw docstring

text-nodeclj/s


text-starts-withclj/s

(text-starts-with substr)

Returns a selector that matches a text node iff it starts with substr.

Returns a selector that matches a text node iff it starts with substr.
raw docstring

wrapclj/s

(wrap tag)
(wrap tag attrs)

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

× close