Liking cljdoc? Tell your friends :D

org.clojars.punit-naik.html-parser.core


create-error-writerclj

(create-error-writer & [stream])
source

create-tidy-objectclj

(create-tidy-object)
source

parse-htmlclj

(parse-html tidy-obj html-string & allowed-warning-regexes)

Parses an html string and returns the parsed body Also returns all warning messages and whether they are allowed or not And also the error count which is parser errors + disallowed warnings count

Parses an html string and returns the parsed body
Also returns all warning messages and whether they are allowed or not
And also the error count which is parser errors + disallowed warnings count
sourceraw docstring

parse-warning-messagesclj

(parse-warning-messages error-output & allowed-warning-regexes)
source

warning-allowed?clj

(warning-allowed? warning & allowed-warning-regexes)

Checks if the warning string as allowed warning which should not be deemed as an error

Checks if the warning string as allowed warning which should not be deemed as an error
sourceraw docstring

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

× close