| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilXMLChecker: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().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 48 of file class.ilXmlChecker.php.
Referenced by beginLogging(), and endLogging().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 36 of file class.ilXmlChecker.php.
References addErrors().
Referenced by parse().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 60 of file class.ilXmlChecker.php.
References addErrors().
Referenced by parse().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilXMLChecker::parse | ( | string | $xmlString | ) | 
PhpExpressionResultUnusedInspection
Definition at line 73 of file class.ilXmlChecker.php.
References beginLogging(), endLogging(), and result().
 Here is the call graph for this function:| ilXMLChecker::result | ( | ) | 
Definition at line 99 of file class.ilXmlChecker.php.
References $result.
Referenced by __construct(), and parse().
 Here is the caller graph for this function:
      
  | 
  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.