attribute() = erlsom_sax:attribute()
characters() = string() | binary()
local_name() = string()
model() = #model{}
prefix() = string()
sax_event() = startDocument | endDocument | {startPrefixMapping, prefix(), uri()} | {endPrefixMapping, prefix()} | {startElement, uri(), local_name(), prefix(), [attribute()]} | {endElement, uri(), local_name(), prefix()} | {characters, characters()} | {ignorableWhitespace, characters()} | {error, any()} | {internalError, any()}
uri() = string()
add_file(XsdFile, Prefix, Model) -> any()
add_model(Model1, Model2) -> any()
add_xsd_file(XsdFile, Options, Model) -> any()
add_xsd_model(Model) -> any()
compile(Xsd) -> any()
compile(Xsd, Prefix) -> any()
compile(Xsd, Prefix, Namespaces) -> any()
compile_file(XsdFile) -> any()
compile_file(XsdFile, Prefix) -> any()
compile_file(XsdFile, Prefix, Namespaces) -> any()
compile_xsd(Xsd) -> any()
compile_xsd(Xsd, Options) -> any()
compile_xsd_file(Xsd) -> any()
compile_xsd_file(XsdFile, Options) -> any()
parse(Xml, Model) -> any()
parse_file(File, Model) -> any()
parse_sax(Xml, State, EventFun) -> any()
parse_sax(Xml, State, EventFun, Options) -> any()
sax(Xml, State, EventFun) -> any()
sax(Xml, State, EventFun, Options) -> any()
scan(Xml, Model) -> any()
scan(Xml, Model, Options) -> any()
scan_file(File, Model) -> any()
scan_file(File, Model, Options) -> any()
simple_form(Xml) -> any()
simple_form(Xml, Options) -> any()
simple_form_file(File) -> any()
simple_form_file(File, Options) -> any()
write(Struct, Model) -> any()
write(Struct, Model, Options) -> any()
write_hrl(Model, Output) -> any()
write_hrl(Model, Output, Options) -> any()
write_hrl_file(Xsd, Output) -> any()
write_hrl_file(Xsd, Prefix, Output) -> any()
write_hrl_file(Xsd, Prefix, Namespaces, Output) -> any()
write_xsd_hrl_file(Xsd, Output) -> any()
write_xsd_hrl_file(Xsd, Output, Options) -> any()
Generated by EDoc