Skip to main content

Module context

Module context 

Source
Expand description

Per-element validation state and validator state machine

ElementValidationState holds all per-element context that is pushed/popped as the validator enters/exits elements. ValidatorState enforces the correct sequence of push-API calls.

Structs§

ElementValidationState
Per-element state pushed onto the validation stack
InheritedAttributeValue
An inherited attribute value flowing from an ancestor element (XSD 1.1).

Enums§

ValidatorState
State machine for the validator’s call sequence