XmlManager::registerResolver

API Ref

#include <DbXml.hpp>

void XmlManager::registerResolver(const XmlResolver &resolver)


Description: XmlManager::registerResolver

Identifies an XmlResolver object to be used for file resolution. This object is used by the underlying XercesC DOM or SAX parsers to locate data based on URIs, or public and system ids. Custom XmlResolver objects can be created by applications to provide a mechanism to name and retrieve collections, documents, and XML entities external to Berkeley DB XML.

Parameters

resolver
The XmlResolver instance to be used for file resolution.

APIRef

Copyright (c) 1996,2007 Oracle. All rights reserved.