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


Detailed Description
The Name_array element declares the storage for a homogenous array of symbolic name values.The Name_array element stores the data values for generic use within the COLLADA schema. The arrays themselves are strongly typed but without semantics. They simply describe a sequence of XML name values.
Public Member Functions | |
| xsID | getId () const |
| Gets the id attribute. | |
| void | setId (xsID atId) |
| Sets the id attribute. | |
| xsNCName | getName () const |
| Gets the name attribute. | |
| void | setName (xsNCName atName) |
| Sets the name attribute. | |
| xsNonNegativeInteger | getCount () const |
| Gets the count attribute. | |
| void | setCount (xsNonNegativeInteger atCount) |
| Sets the count attribute. | |
| domListOfNames & | getValue () |
| Gets the _value array. | |
| const domListOfNames & | getValue () const |
| Gets the _value array. | |
| void | setValue (const domListOfNames &val) |
| Sets the _value array. | |
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 | |
| domName_array () | |
| Constructor. | |
| virtual | ~domName_array () |
| Destructor. | |
| domName_array (const domName_array &cpy) | |
| Copy Constructor. | |
| virtual domName_array & | operator= (const domName_array &cpy) |
| Overloaded assignment operator. | |
Protected Attributes | |
| xsID | attrId |
| The id attribute is a text string containing the unique identifier of this element. | |
| xsNCName | attrName |
| The name attribute is the text string name of this element. | |
| xsNonNegativeInteger | attrCount |
| The count attribute indicates the number of values in the array. | |
| domListOfNames | _value |
| The domListOfNames value of the text data of this element. | |
Member Function Documentation
|
|
Creates an instance of this class and returns a daeElementRef referencing it.
|
|
|
Gets the count attribute.
|
|
|
Gets the id attribute.
|
|
|
Gets the name attribute.
|
|
|
Gets the _value array.
|
|
|
Gets the _value array.
|
|
|
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 count attribute.
|
|
|
Sets the id attribute.
|
|
|
Sets the name attribute.
|
|
|
Sets the _value array.
|
Member Data Documentation
|
|
The count attribute indicates the number of values in the array. Required attribute. |
|
|
The id attribute is a text string containing the unique identifier of this element. This value must be unique within the instance document. Optional attribute. |
|
|
The name attribute is the text string name of this element. Optional attribute. |
The documentation for this class was generated from the following files:
- C:/SVN_wf/COLLADA_DOM/include/1.3/dom/domName_array.h
- C:/SVN_wf/COLLADA_DOM/src/1.3/dom/domName_array.cpp
©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:49:10 2006 for COLLADA 1.4 DOM by
1.4.3