#include <XSECURIResolverXerces.hpp>
Inheritance diagram for XSECURIResolverXerces:
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.
Public Member Functions | |
Constructors and Destructors | |
XSECURIResolverXerces (const XMLCh *baseURI=0) | |
Constructor. | |
virtual | ~XSECURIResolverXerces () |
Interface Methods | |
virtual XERCES_CPP_NAMESPACE_QUALIFIER BinInputStream * | resolveURI (const XMLCh *uri) |
Create a BYTE_STREAM from a URI. | |
virtual XSECURIResolver * | clone (void) |
Clone the resolver to be installed in a new object. | |
XSECURIResolverXerces Specific Methods | |
void | setBaseURI (const XMLCh *uri) |
Set the base URI for relative URIs. |
|
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.
|