| handle_event/2 | |
| init/1 | |
| parser/3 | |
| resume/5 |
handle_event(Event::any(), Acc::list()) -> list()
init(X1::[]) -> []
parser(Handler::module(), State::any(), Config::jsx_config:options()) -> jsx:parser()
resume(Rest::jsx:token(), State::atom(), Handler::module(), Stack::[atom()], Config::jsx:config()) -> jsx:parser() | {incomplete, jsx:parser()}
Generated by EDoc