|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilXMLResultSetParser:
Collaboration diagram for ilXMLResultSetParser:Public Member Functions | |
| __construct (string $a_xml_data='') | |
| getXMLResultSet () | |
| setHandlers ($a_xml_parser) | |
| handlerBeginTag ($a_xml_parser, string $a_name, array $a_attribs) | |
| handlerEndTag ($a_xml_parser, string $a_name) | |
| Handler for end of element. More... | |
| handlerCharacterData ($a_xml_parser, string $a_data) | |
| Handler for character data. More... | |
Public Member Functions inherited from ilSaxParser | |
| __construct (?string $path_to_file='', ?bool $throw_exception=false) | |
| setXMLContent (string $a_xml_content) | |
| getXMLContent () | |
| getInputType () | |
| startParsing () | |
| stores xml data in array More... | |
| createParser () | |
| setHandlers ($a_xml_parser) | |
| parse ($a_xml_parser, $a_fp=null) | |
Private Attributes | |
| ilXMLResultSet | $xmlResultSet = null |
| ilXMLResultSetRow | $currentRow = null |
| int | $currentColumnIndex = 0 |
| string | $cdata = '' |
Additional Inherited Members | |
Data Fields inherited from ilSaxParser | |
| string | $xml_file |
| bool | $throw_exception = false |
Protected Member Functions inherited from ilSaxParser | |
| openXMLFile () | |
| handleError (string $message) | |
| setThrowException (bool $throw_exception) | |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
Definition at line 21 of file class.ilXMLResultSetParser.php.
| ilXMLResultSetParser::__construct | ( | string | $a_xml_data = '' | ) |
Definition at line 28 of file class.ilXMLResultSetParser.php.
References ILIAS\GlobalScreen\Provider\__construct(), and ilSaxParser\setXMLContent().
Here is the call graph for this function:| ilXMLResultSetParser::getXMLResultSet | ( | ) |
Definition at line 34 of file class.ilXMLResultSetParser.php.
References $xmlResultSet.
| ilXMLResultSetParser::handlerBeginTag | ( | $a_xml_parser, | |
| string | $a_name, | ||
| array | $a_attribs | ||
| ) |
| XMLParser | resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
| array | $a_attribs | element attributes array |
Definition at line 54 of file class.ilXMLResultSetParser.php.
Referenced by setHandlers().
Here is the caller graph for this function:| ilXMLResultSetParser::handlerCharacterData | ( | $a_xml_parser, | |
| string | $a_data | ||
| ) |
Handler for character data.
| XMLParser | resource | $a_xml_parser | xml parser |
| string | $a_data | character data |
Definition at line 98 of file class.ilXMLResultSetParser.php.
Referenced by setHandlers().
Here is the caller graph for this function:| ilXMLResultSetParser::handlerEndTag | ( | $a_xml_parser, | |
| string | $a_name | ||
| ) |
Handler for end of element.
| XMLParser | resource | $a_xml_parser | xml parser |
| string | $a_name | element name |
Definition at line 81 of file class.ilXMLResultSetParser.php.
Referenced by setHandlers().
Here is the caller graph for this function:| ilXMLResultSetParser::setHandlers | ( | $a_xml_parser | ) |
| XMLParser|resource | A reference to the xml parser |
Reimplemented from ilSaxParser.
Definition at line 42 of file class.ilXMLResultSetParser.php.
References handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
Here is the call graph for this function:
|
private |
Definition at line 26 of file class.ilXMLResultSetParser.php.
|
private |
Definition at line 25 of file class.ilXMLResultSetParser.php.
|
private |
Definition at line 24 of file class.ilXMLResultSetParser.php.
|
private |
Definition at line 23 of file class.ilXMLResultSetParser.php.
Referenced by getXMLResultSet().