Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Find paths progressive_parser_processor that will search for all the paths present in the chunks being returned. More...
Public Member Functions | |
after_path ($path) | |
The parser fires this each time one path has been parsed. | |
before_path ($path) | |
The parser fires this each time one path is going to be parsed. | |
debug_info () | |
process_cdata ($cdata) | |
Perform custom transformations in the processed cdata. | |
process_chunk ($data) | |
Receive one chunk of information from the parser. | |
receive_chunk ($data) | |
Protected Attributes | |
$chunks | |
$foundpaths | |
$inittime | |
Find paths progressive_parser_processor that will search for all the paths present in the chunks being returned.
Useful to know the overal structure of the XML file.
findpaths_parser_processor::__construct | ( | ) |
Reimplemented from progressive_parser_processor.
|
inherited |
The parser fires this each time one path has been parsed.
Reimplemented in grouped_parser_processor, and simplified_parser_processor.
|
inherited |
The parser fires this each time one path is going to be parsed.
Reimplemented in grouped_parser_processor, and simplified_parser_processor.
findpaths_parser_processor::debug_info | ( | ) |
Reimplemented from progressive_parser_processor.
|
inherited |
Perform custom transformations in the processed cdata.
Reimplemented in moodle1_parser_processor, restore_questions_parser_processor, restore_roles_parser_processor, restore_structure_parser_processor, and restore_users_parser_processor.
findpaths_parser_processor::process_chunk | ( | $data | ) |
Receive one chunk of information from the parser.
Reimplemented from progressive_parser_processor.