Function: nnweb-parse-find

nnweb-parse-find is a byte-compiled function defined in nnweb.el.gz.

Signature

(nnweb-parse-find TYPE PARSE &optional MAXDEPTH)

Documentation

Find the element of TYPE in PARSE.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnweb.el.gz
(defun nnweb-parse-find (type parse &optional maxdepth)
  "Find the element of TYPE in PARSE."
  (catch 'found
    (nnweb-parse-find-1 type parse maxdepth)))