Template:DOM navigation: Difference between revisions
Jump to navigation
Jump to search
add systems |
clean up some, add classes & terminology |
||
Line 5: | Line 5: | ||
'''Chapters:''' [[DOM guide: Introduction|Intro]] - [[DOM guide: Architecture| Architecture]] - [[DOM guide: Getting started|Get started]] - [[DOM guide: Loading and saving documents|Load/save]] - [[DOM guide: Runtime database| Runtime database]] - [[DOM guide: Object model| Object model]] - [[DOM guide: Using daeElement|daeElement]] - [[DOM guide: Resolving URIs| Resolving URIs]] - [[DOM guide: Custom data| Custom data]] - [[DOM guide: Integration templates| Integration templates]] - [[DOM guide: Error handling| Error handling]]<br> | '''Chapters:''' [[DOM guide: Introduction|Intro]] - [[DOM guide: Architecture| Architecture]] - [[DOM guide: Getting started|Get started]] - [[DOM guide: Loading and saving documents|Load/save]] - [[DOM guide: Runtime database| Runtime database]] - [[DOM guide: Object model| Object model]] - [[DOM guide: Using daeElement|daeElement]] - [[DOM guide: Resolving URIs| Resolving URIs]] - [[DOM guide: Custom data| Custom data]] - [[DOM guide: Integration templates| Integration templates]] - [[DOM guide: Error handling| Error handling]]<br> | ||
'''Systems:''' [[DOM resolver subsystem|resolver]] - [[DOM meta system]] - [[DOM URI resolver system]] - [[DOM SID resolver system]] - [[DOM error handling system]] - [[DOM load and save flow]] - [[DOM runtime database]] - [[DOM memory system]] - [[DOM COLLADA code generator]] | '''Systems:''' [[DOM resolver subsystem|resolver]] - [[DOM meta system|meta]] - [[DOM URI resolver system|URI resolver]] - [[DOM SID resolver system|SID resolver]] - [[DOM error handling system|errors]] - [[DOM load and save flow|load/save]] - [[DOM runtime database|database]] - [[DOM memory system|memory]] - [[DOM COLLADA code generator|code generator]]<br> | ||
'''Classes:''' [[DOM URI class|URI]] - [[DOM integration classes|Integration]] - [[DOM StringRef|StringRef]] <br> | |||
'''Terminology categories:''' [[:Category:COLLADA terminology|COLLADA]] - [[:Category:DOM terminology|DOM]] - [[:Category:XML terminology|XML]] | |||
</div> | </div> |
Revision as of 18:53, 3 April 2007
Usage of this template is:
{{DOM tutorial}}
which, when used in an article, displays the following in the article:
This article is part of the COLLADA DOM API tutorial.
Chapters: Intro - Architecture - Get started - Load/save - Runtime database - Object model - daeElement - Resolving URIs - Custom data - Integration templates - Error handling
Systems: resolver - meta - URI resolver - SID resolver - errors - load/save - database - memory - code generator
Classes: URI - Integration - StringRef
Terminology categories: COLLADA - DOM - XML