Moodle  2.2.1
http://www.collinsharper.com
moodle1_parser_processor Class Reference
Inheritance diagram for moodle1_parser_processor:
Collaboration diagram for moodle1_parser_processor:

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

Detailed Description

XML parser processor used for processing parsed moodle.xml

Definition at line 706 of file lib.php.


Constructor & Destructor Documentation

__construct ( moodle1_converter converter)

Definition at line 711 of file lib.php.

Here is the call graph for this function:


Member Function Documentation

dispatch_chunk ( data) [protected]

Dispatches the data chunk to the converter class

Parameters:
array$datathe chunk of parsed data

Reimplemented from simplified_parser_processor.

Definition at line 736 of file lib.php.

notify_path_end ( path) [protected]

Informs the converter at the end of a watched path

Parameters:
string$path

Reimplemented from simplified_parser_processor.

Definition at line 754 of file lib.php.

notify_path_start ( path) [protected]

Informs the converter at the start of a watched path

Parameters:
string$path

Reimplemented from simplified_parser_processor.

Definition at line 745 of file lib.php.

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.

Definition at line 722 of file lib.php.


Field Documentation

$converter [protected]

Definition at line 709 of file lib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations