Class Parser.XML.Simple()->Context
- Method create
Parser.XML.Simple.Context Parser.XML.Simple.Context(string s, string context, int flags, function(:void) cb, mixed ... extra_args)
Parser.XML.Simple.Context Parser.XML.Simple.Context(string s, int flags, function(:void) cb, mixed ... extra_args)- Parameter s
- Parameter context
These two arguments are passed along to push_string().
- Parameter flags
Parser flags.
- Parameter cb
Callback function. This function gets called at various stages during the parsing.
- Note
The context argument was introduced in Pike 7.8.