XmlResolver::resolveSchema

#include <DbXml.hpp>

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

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

If a transaction is in force, a pointer to the XmlTransaction object; otherwise, NULL.

mgr

The XmlManager object associated with the operation.

schemaLocation

The location where the schema resides.

nameSpace

The namespace used by the schema.

result

The string in which the results of the resolution are to be placed.

Class

XmlResolver

See Also

XmlResolver Methods