We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749ba99 commit 4e3f690Copy full SHA for 4e3f690
src/clj/hickory/core.clj
@@ -144,16 +144,12 @@
144
([this] (trampoline as-hickory this (hzip/hickory-zip this)))
145
([this loc] (end-or-recur as-hickory loc (.getWholeText this)))))
146
147
-(set! *warn-on-reflection* false)
148
-
149
(defn parse
150
"Parse an entire HTML document into a DOM structure that can be
151
used as input to as-hiccup or as-hickory."
152
[s]
153
(Jsoup/parse s))
154
155
-(set! *warn-on-reflection* true)
156
157
(defn parse-fragment
158
"Parse an HTML fragment (some group of tags that might be at home somewhere
159
in the tag hierarchy under <body>) into a list of DOM elements that can
0 commit comments