attribute() = {binary(), binary()}
abstract datatype: html()
html_node() = {binary(), [attribute()], [index()]}
index() = non_neg_integer()
not_found(Value) = {error, {not_found, Value}}
all/1 | |
attribute/2 | |
class/2 | |
id/2 | |
identifier/2 | |
index/2 | |
parse/1 |
attribute(Node::html_node(), Attribute::string() | binary()) -> {ok, binary()} | {error, term()}
index(Index::index(), X2::html()) -> {ok, html_node()} | not_found(index())
parse(Raw::binary() | string()) -> {ok, html()} | {error, term()}
Generated by EDoc