|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct (moodle1_converter $converter) | |
| process_cdata ($cdata) | |
Protected Member Functions | |
| dispatch_chunk ($data) | |
| notify_path_start ($path) | |
| notify_path_end ($path) | |
Protected Attributes | |
| $converter | |
| __construct | ( | moodle1_converter $ | converter | ) |
| dispatch_chunk | ( | $ | data | ) | [protected] |
Dispatches the data chunk to the converter class
| array | $data | the chunk of parsed data |
Reimplemented from simplified_parser_processor.
| notify_path_end | ( | $ | path | ) | [protected] |
Informs the converter at the end of a watched path
| string | $path |
Reimplemented from simplified_parser_processor.
| notify_path_start | ( | $ | path | ) | [protected] |
Informs the converter at the start of a watched path
| string | $path |
Reimplemented from simplified_parser_processor.
| process_cdata | ( | $ | cdata | ) |
Provides NULL decoding
Note that we do not decode $$ and friends here as we are going to write them back immediately into another XML file.
Reimplemented from progressive_parser_processor.