zorba::Resource

#include <zorba/uri_resolvers.h>

The class representing the result of URL resolution. This class is the final output of the URI resolution process. All URL resolvers return results using subclasses of this class.

Public Functions

void

destroy() const =0

Destroy/clean up this Resource.

~Resource()=0

Public Functions

destroy

void destroy() const =0

Destroy/clean up this Resource.

Zorba will call this method when it no longer needs the Resource. It is the responsibility of subclasses to clean up appropriate when this method is called, including calling "delete this" if the Resource was allocated with "new".

~Resource

 ~Resource()=0