ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
|
Public Member Functions | |
__construct (private readonly DataTypeFactory $dataFactory) | |
parse (string $xmlString) | |
result () | |
Private Member Functions | |
beginLogging () | |
addErrors () | |
endLogging () | |
Private Attributes | |
Result | $result |
bool | $xmlErrorState = false |
array | $errorStack = [] |
Definition at line 24 of file class.ilXmlChecker.php.
ilXMLChecker::__construct | ( | private readonly DataTypeFactory | $dataFactory | ) |
Definition at line 31 of file class.ilXmlChecker.php.
References result().
|
private |
Definition at line 48 of file class.ilXmlChecker.php.
Referenced by beginLogging(), and endLogging().
|
private |
Definition at line 36 of file class.ilXmlChecker.php.
References addErrors().
Referenced by parse().
|
private |
Definition at line 60 of file class.ilXmlChecker.php.
References addErrors().
Referenced by parse().
ilXMLChecker::parse | ( | string | $xmlString | ) |
PhpExpressionResultUnusedInspection
Definition at line 73 of file class.ilXmlChecker.php.
References beginLogging(), endLogging(), and result().
ilXMLChecker::result | ( | ) |
Definition at line 99 of file class.ilXmlChecker.php.
References $result.
Referenced by __construct(), and parse().
|
private |
Definition at line 29 of file class.ilXmlChecker.php.
|
private |
Definition at line 26 of file class.ilXmlChecker.php.
Referenced by result().
|
private |
Definition at line 27 of file class.ilXmlChecker.php.