XmlResolver::resolveDocument

API Ref

#include <DbXml.hpp>

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


Description: XmlResolver::resolveDocument

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

Parameters

txn
If a transaction is in force, a pointer to the XmlTransaction object; otherwise, NULL.
mgr
The XmlManager object associated with the operation.
uri
The URI to resolve.
result
The XmlValue object in which the results of the resolution are to be placed.

APIRef

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