[Top]
Parser
Parser.XML
Parser.XML.Simple
Parser.XML.Simple()->Context
|
Method Parser.XML.Simple()->Context()->create()
- Method
create
void Parser.XML.Simple.Context(string s, string context, int flags, function cb, mixed ... extra_args)
void Parser.XML.Simple.Context(string s, int flags, function 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.
|