XmlResolver::resolveEntity API Ref

#include <DbXml.hpp>

virtual XmlInputStream *XmlResolver::resolveEntity( XmlTransaction *txn, XmlManager &mgr, const std::string &systemId, const std::string &publicId, std::string &result) const


Description: XmlResolver::resolveEntity

When implemented, should resolve a System ID and Public ID to a new XmlInputStream. If the IDs cannot be resolved by this resolver, this method should return NULL. The XmlInputStream object will be deleted by the caller.

Parameters
txn mgr systemId publicId result

APIRef

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