Liking cljdoc? Tell your friends :D

xml-lib.core


find-close-tagclj

(find-close-tag html-string close-tag)

Finds close tag

Finds close tag
sourceraw docstring

find-open-tagclj

(find-open-tag html-string)

Finds open tag

Finds open tag
sourceraw docstring

html-parseclj

(html-parse html-string)

Parses XML string into clojure map

Parses XML string into clojure map
sourceraw docstring

html-parse-in-vectorclj

(html-parse-in-vector html-string)

Parse HTML in vector

Parse HTML in vector
sourceraw docstring

html-parse-recurclj

(html-parse-recur string-to-parse & [html-map-a])

Parses XML string into clojure map

Parses XML string into clojure map
sourceraw docstring

parse-attributes-from-stringclj

(parse-attributes-from-string attributes-string)

Parses tag attributes from string

Parses tag attributes from string
sourceraw docstring

parse-tag-attributesclj

(parse-tag-attributes open-tag)

Parses tag attributes from open tag

Parses tag attributes from open tag
sourceraw docstring

remove-commentsclj

(remove-comments html-string)

Removes html comments <!-- -->

Removes html comments <!-- -->
sourceraw docstring

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

× close