June 2002
Beginner
759 pages
80h 42m
English
parse_start
parse_start([ opt => opt_value [...]])
Creates and returns a new instance of XML::Parser::ExpatNB.
If an init handler is specified, it is called before returning the
ExpatNB object. Documents are parsed with incremental calls to the
parse_more. A single call to
the parse_done method of this
object indicates that the document is finished. The parse_done method returns whatever is
returned by the final handler.