|
9 | 9 | /** |
10 | 10 | * @package simplesamlphp/xml-common |
11 | 11 | * |
| 12 | + * @method static void validAllowedXPathAxes(mixed $value, array $allowed_axes, string $message = '', string $exception = '') |
| 13 | + * @method static void validAllowedXPathFilter(mixed $value, array $allowed_axes, array $allowed_functions, string $message = '', string $exception = '') |
| 14 | + * @method static void validAllowedXPathFunctions(mixed $value, array $allowed_functions, string $message = '', string $exception = '') |
12 | 15 | * @method static void validHexBinary(mixed $value, string $message = '', string $exception = '') |
13 | 16 | * @method static void validNMToken(mixed $value, string $message = '', string $exception = '') |
14 | 17 | * @method static void validNMTokens(mixed $value, string $message = '', string $exception = '') |
15 | 18 | * @method static void validDuration(mixed $value, string $message = '', string $exception = '') |
16 | 19 | * @method static void validDateTime(mixed $value, string $message = '', string $exception = '') |
17 | 20 | * @method static void validNCName(mixed $value, string $message = '', string $exception = '') |
18 | 21 | * @method static void validQName(mixed $value, string $message = '', string $exception = '') |
| 22 | + * @method static void nullOrValidAllowedXPathAxes(mixed $value, array $allowed_axes, string $message = '', string $exception = '') |
| 23 | + * @method static void nullOrValidAllowedXPathFilter(mixed $value, array $allowed_axes, array $allowed_functions, string $message = '', string $exception = '') |
| 24 | + * @method static void nullOrValidAllowedXPathFunctions(mixed $value, array $allowed_functions, string $message = '', string $exception = '') |
19 | 25 | * @method static void nullOrValidHexBinary(mixed $value, string $message = '', string $exception = '') |
20 | 26 | * @method static void nullOrValidNMToken(mixed $value, string $message = '', string $exception = '') |
21 | 27 | * @method static void nullOrValidNMTokens(mixed $value, string $message = '', string $exception = '') |
22 | 28 | * @method static void nullOrValidDuration(mixed $value, string $message = '', string $exception = '') |
23 | 29 | * @method static void nullOrValidDateTime(mixed $value, string $message = '', string $exception = '') |
24 | 30 | * @method static void nullOrValidNCName(mixed $value, string $message = '', string $exception = '') |
25 | 31 | * @method static void nullOrValidQName(mixed $value, string $message = '', string $exception = '') |
| 32 | + * @method static void allValidAllowedXPathAxes(mixed $value, array $allowed_axes, string $message = '', string $exception = '') |
| 33 | + * @method static void allValidAllowedXPathFilter(mixed $value, array $allowed_axes, array $allowed_functions, string $message = '', string $exception = '') |
| 34 | + * @method static void allValidAllowedXPathFunctions(mixed $value, array $allowed_functions, string $message = '', string $exception = '') |
26 | 35 | * @method static void allValidHexBinary(mixed $value, string $message = '', string $exception = '') |
27 | 36 | * @method static void allValidNMToken(mixed $value, string $message = '', string $exception = '') |
28 | 37 | * @method static void allValidNMTokens(mixed $value, string $message = '', string $exception = '') |
|
0 commit comments