Set the external XML resource resolver to the specified resolver.
Declared in <balxml_minireader.h>
virtual
void
setResolver(XmlResolverFunctor resolver) override;
The XML resource resolver is used by the balxml_reader to find and open an external resources (See the XmlResolverFunctor typedef for more details). The XML resource resolver remains valid; it is not affected by a call to close and should be available until the reader is destroyed. The behavior is undefined if this method is called after calling open and before calling close.
| Name | Description |
|---|---|
| resolver | functor used to open external XML resources |