Module eg_xml_lite

Function Index

bin2xml/2
continue/2
parse_all_forms/1
parse_all_forms/2
parse_file/1This is a reentrant parser for XML streams.
parse_single_form/2
pp/1Pretty printer.
test/1
xml2bin/2

Function Details

bin2xml/2

bin2xml(In, Out) -> any()

continue/2

continue(Cont, Str) -> any()

parse_all_forms/1

parse_all_forms(Str) -> any()

parse_all_forms/2

parse_all_forms(Str, Line) -> any()

parse_file/1

parse_file(File::file:name_all()) -> {error, _What} | [_Forms]

This is a reentrant parser for XML streams

parse_single_form/2

parse_single_form(Str, Line) -> any()

pp/1

pp(Tree) -> any()

Pretty printer

test/1

test(X1) -> any()

xml2bin/2

xml2bin(In, Out) -> any()


Generated by EDoc