Enable or disable XML validation.
Synopsis
Declared in <balxml_validatingreader.h>
virtual
void
enableValidation(bool validationFlag) = 0;
Description
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.
Parameters
Name |
Description |
validationFlag |
|
Created with MrDocs