ILIAS
release_8 Revision v8.19
|
XML parser for folder xml. More...
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) | |
![]() | |
__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 = "" |
![]() | |
ilLanguage | $lng = null |
Private Attributes | |
ilObject | $folder |
Additional Inherited Members | |
![]() | |
string | $xml_file |
bool | $throw_exception = false |
![]() | |
trimAndStripAttribs (array $attribs) | |
trimAndStrip (string $input) | |
![]() | |
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(), setFolder(), ilSaxParser\setThrowException(), and ilSaxParser\setXMLContent().
ilFolderXmlParser::getFolder | ( | ) |
Definition at line 45 of file class.ilFolderXmlParser.php.
References $folder.
Referenced by handlerBeginTag(), and handlerEndTag().
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().
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().
ilFolderXmlParser::setFolder | ( | ilObject | $folder | ) |
Definition at line 40 of file class.ilFolderXmlParser.php.
References $folder.
Referenced by __construct().
ilFolderXmlParser::setHandlers | ( | $a_xml_parser | ) |
Definition at line 58 of file class.ilFolderXmlParser.php.
ilFolderXmlParser::start | ( | ) |
ilSaxParserException |
Definition at line 53 of file class.ilFolderXmlParser.php.
References ilSaxParser\startParsing().
|
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().