daeURIResolver Class Reference
#include <daeURI.h>
List of all members.
Detailed Description
The daeURIResolver
class is the plugin point for URI resolution. This class is an abstract base class that defines an interface for resolving URIs. Every URI is passed through this list of daeURIResolvers
for resolution. The list is ordered on a first come, first serve basis, and resolution terminates after any resolver instance resolves the URI.
Definition at line 348 of file daeURI.h.
Constructor & Destructor Documentation
daeURIResolver::daeURIResolver |
( |
DAE & |
dae |
) |
|
Constructor
- Parameters:
-
| dae | The associated dae object. |
virtual daeURIResolver::~daeURIResolver |
( |
|
) |
[virtual] |
Member Function Documentation
static daeBool daeURIResolver::getAutoLoadExternalDocuments |
( |
|
) |
[static] |
Gets a flag that tells if the URI resolver is set to load an external document if a URI being resolved points to one.
- Returns:
- Returns true if the resolver will automatically load documents to resolve a URI. False otherwise.
virtual daeString daeURIResolver::getName |
( |
|
) |
[pure virtual] |
virtual daeElement* daeURIResolver::resolveElement |
( |
const daeURI & |
uri |
) |
[pure virtual] |
static void daeURIResolver::setAutoLoadExternalDocuments |
( |
daeBool |
load |
) |
[static] |
Sets a flag that tells the URI resolver whether or not to load a separate document if a URI being resolved points to one.
- Parameters:
-
| load | Set to true if you want the URI Resolver to automatically load other documents to resolve URIs. |
Member Data Documentation
The documentation for this class was generated from the following file:
colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:29:16 2013