Copyright © 2024, Fred Youhanaie
Behaviours: gen_xml.
Authors: Fred Youhanaie (fyrlang@anydata.co.uk).
The gen_xml null callback module
| handle_begin/3 | The null callbacks. |
| handle_end/2 | The null callbacks. |
| handle_text/2 | The null callbacks. |
| start/1 | Start the processing of an XML file. |
handle_begin(Tag::atom(), Attr::term(), State::term()) -> term()
The null callbacks.
The function does nothing, it just behaves as a "compliant callback handler".handle_end(Tag::atom(), State::term()) -> term()
The null callbacks.
The function does nothing, it just behaves as a "compliant callback handler".handle_text(Text::string(), State::term()) -> term()
The null callbacks.
The function does nothing, it just behaves as a "compliant callback handler".start(File::file:filename()) -> {ok, null}
Start the processing of an XML file.
Generated by EDoc