|
ILIAS
release_8 Revision v8.24
|
Style Import Parser. More...
Inheritance diagram for ilStyleImportParser:
Collaboration diagram for ilStyleImportParser:Public Member Functions | |
| __construct (string $a_xml_file, ilObjStyleSheet $a_style_obj) | |
| setHandlers ($a_xml_parser) | |
| set event handler should be overwritten by inherited class @access private More... | |
| startParsing () | |
| start the parser More... | |
| 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 Member Functions | |
| trimAndStripAttribs (array $attribs) | |
| trimAndStrip (string $input) | |
Protected Member Functions inherited from ilSaxParser | |
| openXMLFile () | |
| handleError (string $message) | |
| setThrowException (bool $throw_exception) | |
Protected Attributes | |
| string | $cdata = "" |
| array | $cur_template_classes |
| array | $cur_template |
| array | $current_tags = [] |
| string | $current_type = "" |
| string | $current_class = "" |
| string | $current_tag = "" |
| array | $styles |
| ilObjStyleSheet | $style_obj |
| ilTree | $tree |
| Content ColorManager | $color_manager |
| array | $chars = [] |
Protected Attributes inherited from ilSaxParser | |
| ilLanguage | $lng = null |
Additional Inherited Members | |
Data Fields inherited from ilSaxParser | |
| string | $xml_file |
| bool | $throw_exception = false |
Style Import Parser.
Definition at line 28 of file class.ilStyleImportParser.php.
| ilStyleImportParser::__construct | ( | string | $a_xml_file, |
| ilObjStyleSheet | $a_style_obj | ||
| ) |
Definition at line 43 of file class.ilStyleImportParser.php.
References $DIC, $service, ILIAS\GlobalScreen\Provider\__construct(), ilObject\getId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilStyleImportParser::handlerBeginTag | ( | $a_xml_parser, | |
| string | $a_name, | ||
| array | $a_attribs | ||
| ) |
Definition at line 90 of file class.ilStyleImportParser.php.
| ilStyleImportParser::handlerCharacterData | ( | $a_xml_parser, | |
| string | $a_data | ||
| ) |
Definition at line 179 of file class.ilStyleImportParser.php.
| ilStyleImportParser::handlerEndTag | ( | $a_xml_parser, | |
| string | $a_name | ||
| ) |
Definition at line 150 of file class.ilStyleImportParser.php.
| ilStyleImportParser::setHandlers | ( | $a_xml_parser | ) |
set event handler should be overwritten by inherited class @access private
Reimplemented from ilSaxParser.
Definition at line 72 of file class.ilStyleImportParser.php.
| ilStyleImportParser::startParsing | ( | ) |
start the parser
Reimplemented from ilSaxParser.
Definition at line 82 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 207 of file class.ilStyleImportParser.php.
References ilUtil\stripSlashes().
Here is the call graph for this function:
|
protected |
Definition at line 198 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 30 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 41 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 40 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 32 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 31 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 35 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 36 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 33 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 34 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 38 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 37 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 39 of file class.ilStyleImportParser.php.