[#BloombergLP-balxml-ValidatingReader-removeSchemas] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/ValidatingReader.adoc[ValidatingReader]::removeSchemas :relfileprefix: ../../../ :mrdocs: Remove all location‐to‐schema associations that were added using `addSchema`. 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. == Synopsis Declared in `<balxml_validatingreader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void removeSchemas() = 0; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#