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

Public Member Functions

 __construct ()
 get_section ($header, $text, $clean=false)

Protected Member Functions

 before_parsing ()
 header1_tag_rule ($match)
 get_repeated_sections (&$text, $repeated=array())
 get_repeated_sections_callback ($match)

Protected Attributes

 $blockrules = array()
 $section_editing = true

Detailed Description

Definition at line 13 of file html.php.


Constructor & Destructor Documentation

Reimplemented from generic_parser.

Definition at line 18 of file html.php.


Member Function Documentation

before_parsing ( ) [protected]

Before and after parsing...

Reimplemented from wiki_markup_parser.

Definition at line 28 of file html.php.

Here is the call graph for this function:

get_repeated_sections ( &$  text,
repeated = array() 
) [protected]

Reimplemented from wiki_markup_parser.

Definition at line 63 of file html.php.

get_repeated_sections_callback ( match) [protected]

Reimplemented from wiki_markup_parser.

Definition at line 68 of file html.php.

Here is the call graph for this function:

get_section ( header,
text,
clean = false 
)

Section editing: Special for HTML Parser (It parses

)

Reimplemented from wiki_markup_parser.

Definition at line 45 of file html.php.

header1_tag_rule ( match) [protected]

Header 1 tag rule

Definition at line 37 of file html.php.

Here is the call graph for this function:


Field Documentation

$blockrules = array() [protected]

Reimplemented from nwiki_parser.

Definition at line 14 of file html.php.

$section_editing = true [protected]

Reimplemented from wiki_markup_parser.

Definition at line 16 of file html.php.


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