Function scraper_main::evaluate[][src]

pub fn evaluate<S: Into<String>>(
    search: S,
    doc: &Document,
    container: Option<Node>
) -> Result<Value>

A simple document evaluation fn. Mainly defined for macros. Allows for evaluating from the Document for from the Node in the document.