Remove all location‐to‐schema associations added by addSchema.

Synopsis

Declared in <balxml_validatingreader.h>

virtual
void
removeSchemas() = 0;

Description

This method should be called each time after parsing is finished and the reader would be re‐used for parsing other documents with different schemas. Note that calling close on the reader does not remove the schemas.

Created with MrDocs