ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Style Import Parser. More...
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) | |
![]() | |
__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) | |
![]() | |
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 = [] |
![]() | |
ilLanguage | $lng = null |
Additional Inherited Members | |
![]() | |
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().
ilStyleImportParser::handlerBeginTag | ( | $a_xml_parser, | |
string | $a_name, | ||
array | $a_attribs | ||
) |
Definition at line 89 of file class.ilStyleImportParser.php.
Referenced by setHandlers().
ilStyleImportParser::handlerCharacterData | ( | $a_xml_parser, | |
string | $a_data | ||
) |
Definition at line 176 of file class.ilStyleImportParser.php.
Referenced by setHandlers().
ilStyleImportParser::handlerEndTag | ( | $a_xml_parser, | |
string | $a_name | ||
) |
Definition at line 148 of file class.ilStyleImportParser.php.
Referenced by setHandlers().
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.
References handlerBeginTag(), handlerCharacterData(), and handlerEndTag().
ilStyleImportParser::startParsing | ( | ) |
start the parser
Reimplemented from ilSaxParser.
Definition at line 81 of file class.ilStyleImportParser.php.
|
protected |
Definition at line 204 of file class.ilStyleImportParser.php.
References ilUtil\stripSlashes().
|
protected |
Definition at line 195 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.