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

Public Member Functions

 SimpleSaxListener ()
 startElement ($name, $attributes)
 endElement ($name)
 addContent ($text)

Detailed Description

Definition at line 725 of file parser.php.


Member Function Documentation

addContent ( text)

Unparsed, but relevant data.

Parameters:
string$textMay include unparsed tags.
Returns:
boolean False on parse error. public

Reimplemented in SimplePageBuilder.

Definition at line 761 of file parser.php.

endElement ( name)

End of element event.

Parameters:
string$nameElement name.
Returns:
boolean False on parse error. public

Reimplemented in SimplePageBuilder.

Definition at line 752 of file parser.php.

Sets the document to write to. public

Definition at line 731 of file parser.php.

Here is the caller graph for this function:

startElement ( name,
attributes 
)

Start of element event.

Parameters:
string$nameElement name.
hash$attributesName value pairs. Attributes without content are marked as true.
Returns:
boolean False on parse error. public

Reimplemented in SimplePageBuilder.

Definition at line 743 of file parser.php.


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