|
ILIAS
release_8 Revision v8.24
|
XML parser for folder xml. More...
Inheritance diagram for ilFolderXmlParser:
Collaboration diagram for ilFolderXmlParser:Public Member Functions | |
| __construct (ilObject $folder, string $xml) | |
| setFolder (ilObject $folder) | |
| getFolder () | |
| start () | |
| setHandlers ($a_xml_parser) | |
| handlerBeginTag ($a_xml_parser, string $a_name, array $a_attribs) | |
| handlerEndTag ($a_xml_parser, string $a_name) | |
| handlerCharacterData ($a_xml_parser, string $a_data) | |
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) | |
Protected Attributes | |
| ilErrorHandling | $error |
| string | $cdata = "" |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
Private Attributes | |
| ilObject | $folder |
Additional Inherited Members | |
Data Fields inherited from ilSaxParser | |
| string | $xml_file |
| bool | $throw_exception = false |
Protected Member Functions inherited from ilContainerBaseXmlParser | |
| trimAndStripAttribs (array $attribs) | |
| trimAndStrip (string $input) | |
Protected Member Functions inherited from ilSaxParser | |
| openXMLFile () | |
| handleError (string $message) | |
| setThrowException (bool $throw_exception) | |
XML parser for folder xml.
Definition at line 23 of file class.ilFolderXmlParser.php.
| ilFolderXmlParser::__construct | ( | ilObject | $folder, |
| string | $xml | ||
| ) |
Definition at line 29 of file class.ilFolderXmlParser.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), error(), setFolder(), ilSaxParser\setThrowException(), and ilSaxParser\setXMLContent().
Here is the call graph for this function:| ilFolderXmlParser::getFolder | ( | ) |
Definition at line 45 of file class.ilFolderXmlParser.php.
References $folder.
Referenced by handlerBeginTag(), and handlerEndTag().
Here is the caller graph for this function:| ilFolderXmlParser::handlerBeginTag | ( | $a_xml_parser, | |
| string | $a_name, | ||
| array | $a_attribs | ||
| ) |
| XMLParser | resource | $a_xml_parser | |
| string | $a_name | |
| array | $a_attribs |
Definition at line 71 of file class.ilFolderXmlParser.php.
References ilContainerSortingSettings\_importContainerSortingSettings(), getFolder(), and ILIAS\Survey\Mode\getId().
Here is the call graph for this function:| ilFolderXmlParser::handlerCharacterData | ( | $a_xml_parser, | |
| string | $a_data | ||
| ) |
| XMLParser | resource | $a_xml_parser | |
| string | $a_data |
Definition at line 121 of file class.ilFolderXmlParser.php.
| ilFolderXmlParser::handlerEndTag | ( | $a_xml_parser, | |
| string | $a_name | ||
| ) |
| XMLParser | resource | $a_xml_parser | |
| string | $a_name |
Definition at line 92 of file class.ilFolderXmlParser.php.
References $GLOBALS, getFolder(), and ilContainerBaseXmlParser\trimAndStrip().
Here is the call graph for this function:| ilFolderXmlParser::setFolder | ( | ilObject | $folder | ) |
Definition at line 40 of file class.ilFolderXmlParser.php.
References $folder.
Referenced by __construct().
Here is the caller graph for this function:| ilFolderXmlParser::setHandlers | ( | $a_xml_parser | ) |
| XMLParser | resource | $a_xml_parser |
Reimplemented from ilSaxParser.
Definition at line 58 of file class.ilFolderXmlParser.php.
| ilFolderXmlParser::start | ( | ) |
| ilSaxParserException |
Definition at line 53 of file class.ilFolderXmlParser.php.
References ilSaxParser\startParsing().
Here is the call graph for this function:
|
protected |
Definition at line 27 of file class.ilFolderXmlParser.php.
|
protected |
Definition at line 25 of file class.ilFolderXmlParser.php.
|
private |
Definition at line 26 of file class.ilFolderXmlParser.php.
Referenced by getFolder(), and setFolder().