ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($xml) | |
getValueDefault ($xpath, $defvalue) | |
getValue ($xpath, $required=false) | |
getValueAlternatives (array $xpath, $required=false) | |
Static Public Member Functions | |
static | fromSimpleXMLElement (\SimpleXMLElement $element) |
Data Fields | |
$simplexml = null | |
Definition at line 12 of file Parser.php.
SimpleSAML\XML\Parser::__construct | ( | $xml | ) |
Definition at line 16 of file Parser.php.
References $xml.
|
static |
Definition at line 25 of file Parser.php.
References $parser.
SimpleSAML\XML\Parser::getValue | ( | $xpath, | |
$required = false |
|||
) |
Definition at line 50 of file Parser.php.
References $result.
Referenced by SimpleSAML\XML\Parser\getValueAlternatives(), and SimpleSAML\XML\Parser\getValueDefault().
SimpleSAML\XML\Parser::getValueAlternatives | ( | array | $xpath, |
$required = false |
|||
) |
Definition at line 63 of file Parser.php.
References $x, and SimpleSAML\XML\Parser\getValue().
SimpleSAML\XML\Parser::getValueDefault | ( | $xpath, | |
$defvalue | |||
) |
Definition at line 41 of file Parser.php.
References SimpleSAML\XML\Parser\getValue().
SimpleSAML\XML\Parser::$simplexml = null |
Definition at line 14 of file Parser.php.