DOM resolver subsystem
Summary: The resolver subsystem manages the resolution of URIs based on various URI schemes and filename extensions.
Purpose
- Anything more detailed about its purpose
Text here...
Default behavior
- What kinds of default behavior does this subsystem exhibit and in what circumstances? Can you change the default?
By default, this subsystem resolves only COLLADA documents, whether internal or external references...
More text here...
How it works
How does this subsystem operate?
Each
Related classes and functions
- DOM resolver class: summary text here, e.g.: An interface to inherit from for creating resolvers.
- other?