XmlResolver::resolveCollection API Ref

#include <DbXml.hpp>

virtual bool XmlResolver::resolveCollection( XmlTransaction *txn, XmlManager &mgr, const std::string &uri, XmlResults &result) const


Description: XmlResolver::resolveCollection

When implemented, should resolve a URI to an XmlResults. If the URI cannot be resolved by this resolver, this method should return false. Otherwise, it should return true.

Parameters
txn mgr uri result

APIRef

Copyright (c) 1996-2009 Oracle. All rights reserved.