|
26 | 26 | * @method static void validNCName(mixed $value, string $message = '', string $exception = '') |
27 | 27 | * @method static void validNMToken(mixed $value, string $message = '', string $exception = '') |
28 | 28 | * @method static void validNMTokens(mixed $value, string $message = '', string $exception = '') |
| 29 | + * @method static void validNormalizedString(mixed $value, string $message = '', string $exception = '') |
29 | 30 | * @method static void validQName(mixed $value, string $message = '', string $exception = '') |
30 | 31 | * @method static void validString(mixed $value, string $message = '', string $exception = '') |
31 | 32 | * @method static void validTime(mixed $value, string $message = '', string $exception = '') |
|
48 | 49 | * @method static void nullOrValidNCName(mixed $value, string $message = '', string $exception = '') |
49 | 50 | * @method static void nullOrValidNMToken(mixed $value, string $message = '', string $exception = '') |
50 | 51 | * @method static void nullOrValidNMTokens(mixed $value, string $message = '', string $exception = '') |
| 52 | + * @method static void nullOrValidNormalizedString(mixed $value, string $message = '', string $exception = '') |
51 | 53 | * @method static void nullOrValidQName(mixed $value, string $message = '', string $exception = '') |
52 | 54 | * @method static void nullOrValidString(mixed $value, string $message = '', string $exception = '') |
53 | 55 | * @method static void nullOrValidTime(mixed $value, string $message = '', string $exception = '') |
|
70 | 72 | * @method static void allValidNCName(mixed $value, string $message = '', string $exception = '') |
71 | 73 | * @method static void allValidNMToken(mixed $value, string $message = '', string $exception = '') |
72 | 74 | * @method static void allValidNMTokens(mixed $value, string $message = '', string $exception = '') |
| 75 | + * @method static void allValidNormalizedString(mixed $value, string $message = '', string $exception = '') |
73 | 76 | * @method static void allValidQName(mixed $value, string $message = '', string $exception = '') |
74 | 77 | * @method static void allValidString(mixed $value, string $message = '', string $exception = '') |
75 | 78 | * @method static void allValidTime(mixed $value, string $message = '', string $exception = '') |
|
0 commit comments