Query: xmerl_eventp
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
xmerl_eventp(3erl) Erlang Module Definition xmerl_eventp(3erl)NAMExmerl_eventp - Simple event-based front-ends to xmerl_scan for processing of XML documents in streams and for parsing in SAX style.DESCRIPTIONSimple event-based front-ends to xmerl_scan for processing of XML documents in streams and for parsing in SAX style. Each contain more elaborate settings of xmerl_scan that makes usage of the customization functions.EXPORTSfile_sax(Fname::string(), CallBackModule::atom(), UserState, Options::option_list()) -> NewUserState Parse file containing an XML document, SAX style. Wrapper for a call to the XML parser xmerl_scan with a hook_fun for using xmerl export functionality directly after an entity is parsed. stream(Fname::string(), Options::option_list()) -> xmlElement() Parse file containing an XML document as a stream, DOM style. Wrapper for a call to the XML parser xmerl_scan with a continua- tion_fun for handling streams of XML data. Note that the continuation_fun , acc_fun , fetch_fun , rules and close_fun options cannot be user defined using this parser. stream_sax(Fname, CallBack::CallBackModule, UserState, Options) -> xmlElement() Types Fname = string() CallBackModule = atom() Options = option_list() Parse file containing an XML document as a stream, SAX style. Wrapper for a call to the XML parser xmerl_scan with a continua- tion_fun for handling streams of XML data. Note that the continuation_fun , acc_fun , fetch_fun , rules , hook_fun , close_fun and user_state options cannot be user defined using this parser. string_sax(String::list(), CallBackModule::atom(), UserState, Options::option_list()) -> xmlElement() Parse file containing an XML document, SAX style. Wrapper for a call to the XML parser xmerl_scan with a hook_fun for using xmerl export functionality directly after an entity is parsed.AUTHORS<> xmerl 1.2.8 xmerl_eventp(3erl)
Related Man Pages |
---|
xmerl_eventp(3erl) - linux |
xml::sax::pureperl(3) - mojave |
xml::sax::pureperl5.18(3) - mojave |
xml::sax::pureperl(3) - suse |
xml::sax::pureperl(3) - centos |
Similar Topics in the Unix Linux Community |
---|
CEP and the Story of the Fish |
mime4j 0.4 (Default branch) |
XML Parse Lib 0.60 (Default branch) |
Parse XML file in shell script |
Parse out part of line in text document |