Module ecureuil

Parse and navigate HTML with CSS selectors.

Copyright © 2019 Antoine Gagné

Authors: Antoine Gagné (gagnantoine@gmail.com).

Description

Parse and navigate HTML with CSS selectors.

Data Types

html_node()

html_node() = ecureuil_html:html_node()

Function Index

find/2Navigate the HTML with the selector and returns all the matching elements.

Function Details

find/2

find(RawSelector::binary() | string(), RawHtml::binary() | string()) -> {ok, [html_node()]} | {error, term()}

Navigate the HTML with the selector and returns all the matching elements.


Generated by EDoc