XmlResolver::resolveModule API Ref

#include <DbXml.hpp>

virtual XmlInputStream *XmlResolver::resolveModule( XmlTransaction *txn, XmlManager &mgr, const std::string &moduleLocation, const std::string &nameSpace) const


Description: XmlResolver::resolveModule

When implemented, should resolve a module location (URI) and namespace to a new XmlInputStream. If the location and namespace cannot be resolved by this resolver, this method should return NULL. The XmlInputStream object will be deleted by the caller.

Parameters
txn mgr moduleLocation nameSpace

APIRef

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