Function: nnweb-parse-find-all
nnweb-parse-find-all is a byte-compiled function defined in
nnweb.el.gz.
Signature
(nnweb-parse-find-all TYPE PARSE)
Documentation
Find all elements of TYPE in PARSE.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnweb.el.gz
(defun nnweb-parse-find-all (type parse)
"Find all elements of TYPE in PARSE."
(catch 'found
(nnweb-parse-find-all-1 type parse)))