I/O plug-in: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
brief defn, link, catgs
 
Elf (talk | contribs)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''I/O plug-in''' is part of the [[COLLADA DOM]].  [[DOM load and save flow|Read more]].
The '''I/O plug-in''' (sometimes referred to as the '''COLLADA DOM backend''') is part of the [[COLLADA DOM]]. It's responsible for translating raw [[XML]] to and from COLLADA DOM objectsIt consists of the components within the  DOM that translate external [[COLLADA instance data]] into C++ runtime COLLADA DOM objects.


[[Category:DOM project]][[Category:DOM terminology]]
==See also==
*[[DOM load and save flow]]
*[[DOM guide: Architecture]]
 
[[Category:DOM terminology]][[Category:COLLADA DOM]]

Latest revision as of 01:08, 31 May 2007

The I/O plug-in (sometimes referred to as the COLLADA DOM backend) is part of the COLLADA DOM. It's responsible for translating raw XML to and from COLLADA DOM objects. It consists of the components within the DOM that translate external COLLADA instance data into C++ runtime COLLADA DOM objects.

See also