Enable or disable XML validation.
Declared in <balxml_validatingreader.h>
virtual
void
enableValidation(bool validationFlag) = 0;
If the specified validationFlag is true, enable validation; disable it otherwise. A validating reader is often faster if validation is disabled. This operation does not take effect until the next call to the open method.
| Name | Description |
|---|---|
| validationFlag | true to enable validation, false to disable it |