xmerl_sax_parser
xmerl_sax_parser
Module
xmerl_sax_parser
Module summary
XML SAX parser API
Description
A SAX parser for XML that sends the events through a callback interface. SAX is the Simple API for XML, originally a Java-only API. SAX was the first widely adopted API for XML in Java, and is a de facto standard where there are versions for several programming language environments other than Java.
Data types
option()
-
Options used to customize the behaviour of the parser. Possible options are:
{continuation_fun, ContinuationFun}
-
ContinuationFun
is a call back function to decide what to do if the parser runs into EOF before the document is complete. 登录查看完整内容