|
bes
Updated for version 3.20.13
|

Public Types | |
| typedef ValueType::Ch | Ch |
| typedef IValidationErrorHandler< SchemaType > | ErrorHandlerType |
| enum | PatternValidatorType { kPatternValidatorOnly , kPatternValidatorWithProperty , kPatternValidatorWithAdditionalProperty } |
| typedef Schema< SchemaDocumentType > | SchemaType |
| typedef ISchemaStateFactory< SchemaType > | SchemaValidatorFactoryType |
| typedef SchemaType::ValueType | ValueType |
Public Member Functions | |
| SchemaValidationContext (SchemaValidatorFactoryType &f, ErrorHandlerType &eh, const SchemaType *s) | |
Public Attributes | |
| void * | arrayElementHashCodes |
| SizeType | arrayElementIndex |
| bool | arrayUniqueness |
| ErrorHandlerType & | error_handler |
| SchemaValidatorFactoryType & | factory |
| void * | hasher |
| bool | inArray |
| const Ch * | invalidKeyword |
| PatternValidatorType | objectPatternValidatorType |
| SizeType | patternPropertiesSchemaCount |
| const SchemaType ** | patternPropertiesSchemas |
| SizeType | patternPropertiesValidatorCount |
| ISchemaValidator ** | patternPropertiesValidators |
| bool * | propertyExist |
| const SchemaType * | schema |
| SizeType | validatorCount |
| ISchemaValidator ** | validators |
| PatternValidatorType | valuePatternValidatorType |
| const SchemaType * | valueSchema |
| bool | valueUniqueness |