#include <XSECURIResolverXerces.hpp>
Inheritance diagram for XSECURIResolverXerces:
Public Methods | |
Constructors and Destructors | |
XSECURIResolverXerces (const char *baseURI=0) | |
Constructor. More... | |
virtual | ~XSECURIResolverXerces () |
Interface Methods | |
virtual BinInputStream * | resolveURI (const char *uri) |
Create a BYTE_STREAM from a URI. More... | |
virtual XSECURIResolver * | clone (void) |
Clone the resolver to be installed in a new object. More... | |
XSECURIResolverXerces Specific Methods | |
void | setBaseURI (const char *uri) |
Set the base URI for relative URIs. More... |
This class provides the default implementation of the XSECURIResolver class. If no other resolver is specified, the XSECProvider will install this into the Signatures that are created.
The class is very simple - it calls on the Xerces functions to provide primitive URI resolving support.
|
Constructor.
|
|
|
|
Clone the resolver to be installed in a new object.
When URIResolvers are passed into signatures and other objects, they are cloned and control of the original object is left with the caller. Implements XSECURIResolver. |
|
Create a BYTE_STREAM from a URI.
The resolver is required to take the input URI and dereference it to an actual stream of octets.
Implements XSECURIResolver. |
|
Set the base URI for relative URIs.
|