Module jsx_parser

Function Index

handle_event/2
init/1
parser/3
resume/5

Function Details

handle_event/2

handle_event(Event::any(), Acc::list()) -> list()

init/1

init(X1::[]) -> []

parser/3

parser(Handler::module(), State::any(), Config::jsx_config:options()) -> jsx:parser()

resume/5

resume(Rest::jsx:token(), State::atom(), Handler::module(), Stack::[atom()], Config::jsx:config()) -> jsx:parser() | {incomplete, jsx:parser()}


Generated by EDoc