XmlResolver::resolveSchema API Ref

#include <DbXml.hpp>

virtual XmlInputStream *XmlResolver::resolveSchema( XmlTransaction *txn, XmlManager &mgr, const std::string &schemaLocation, const std::string &nameSpace, std::string &result) const


Description: XmlResolver::resolveSchema

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

Parameters
txn mgr schemaLocation nameSpace result

APIRef

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