| bin2xml/2 | |
| continue/2 | |
| parse_all_forms/1 | |
| parse_all_forms/2 | |
| parse_file/1 | This is a reentrant parser for XML streams. |
| parse_single_form/2 | |
| pp/1 | Pretty printer. |
| test/1 | |
| xml2bin/2 |
bin2xml(In, Out) -> any()
continue(Cont, Str) -> any()
parse_all_forms(Str) -> any()
parse_all_forms(Str, Line) -> any()
parse_file(File::file:name_all()) -> {error, _What} | [_Forms]
This is a reentrant parser for XML streams
parse_single_form(Str, Line) -> any()
pp(Tree) -> any()
Pretty printer
test(X1) -> any()
xml2bin(In, Out) -> any()
Generated by EDoc