domCOLLADA Class Reference
#include <domCOLLADA.h>
Inheritance diagram for domCOLLADA:


Detailed Description
The COLLADA element declares the root of the document that comprises some of the content in the COLLADA schema.The COLLADA schema is XML based; therefore, it must have a 'document root element' or document entity to be a well-formed XML document.
Public Member Functions | |
| xsAnyURI & | getXmlns () |
| Gets the xmlns attribute. | |
| const xsAnyURI & | getXmlns () const |
| Gets the xmlns attribute. | |
| void | setXmlns (const xsAnyURI &xmlns) |
| Sets the xmlns attribute. | |
| xsString | getVersion () const |
| Gets the version attribute. | |
| void | setVersion (xsString atVersion) |
| Sets the version attribute. | |
| const domAssetRef | getAsset () const |
| Gets the asset element. | |
| domLibrary_Array & | getLibrary_array () |
| Gets the library element array. | |
| const domLibrary_Array & | getLibrary_array () const |
| Gets the library element array. | |
| const domSceneRef | getScene () const |
| Gets the scene element. | |
Static Public Member Functions | |
| static daeElementRef | create (daeInt bytes) |
| Creates an instance of this class and returns a daeElementRef referencing it. | |
| static daeMetaElement * | registerElement () |
| Creates a daeMetaElement object that describes this element in the meta object reflection framework. | |
Static Public Attributes | |
| static daeMetaElement * | _Meta = NULL |
| The daeMetaElement that describes this element in the meta object reflection framework. | |
Protected Member Functions | |
| domCOLLADA () | |
| Constructor. | |
| virtual | ~domCOLLADA () |
| Destructor. | |
| domCOLLADA (const domCOLLADA &cpy) | |
| Copy Constructor. | |
| virtual domCOLLADA & | operator= (const domCOLLADA &cpy) |
| Overloaded assignment operator. | |
Protected Attributes | |
| xsAnyURI | attrXmlns |
| This element may specify its own xmlns. | |
| xsString | attrVersion |
| The version attribute is the COLLADA schema revision with which the instance document conforms. | |
| domAssetRef | elemAsset |
| domLibrary_Array | elemLibrary_array |
| domSceneRef | elemScene |
Member Function Documentation
|
|
Creates an instance of this class and returns a daeElementRef referencing it.
|
|
|
Gets the asset element.
|
|
|
Gets the library element array.
|
|
|
Gets the library element array.
|
|
|
Gets the scene element.
|
|
|
Gets the version attribute.
|
|
|
Gets the xmlns attribute.
|
|
|
Gets the xmlns attribute.
|
|
|
Creates a daeMetaElement object that describes this element in the meta object reflection framework. If a daeMetaElement already exists it will return that instead of creating a new one.
|
|
|
Sets the version attribute.
|
|
|
Sets the xmlns attribute.
|
Member Data Documentation
|
|
The version attribute is the COLLADA schema revision with which the instance document conforms. Required attribute. |
The documentation for this class was generated from the following files:
- C:/SVN_wf/COLLADA_DOM/include/1.3/dom/domCOLLADA.h
- C:/SVN_wf/COLLADA_DOM/src/1.3/dom/domCOLLADA.cpp
©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:47:57 2006 for COLLADA 1.4 DOM by
1.4.3