DOM resolver subsystem: Difference between revisions
Jump to navigation
Jump to search
change how this article sorts in the category |
m →Related classes and functions: chg how article sorts in catg--caps |
||
Line 25: | Line 25: | ||
* ''other?'' | * ''other?'' | ||
[[Category:DOM project| | [[Category:DOM project|Resolver subsystem]] |
Revision as of 01:41, 14 March 2007
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 blah blah blah
Resolver example
- Describe an example use of the resolver subsystem
Related classes and functions
- DOM resolver class: summary text here, e.g.: An interface to inherit from for creating resolvers.
- other?