domCode Class Reference
#include <domCode.h>
Inheritance diagram for domCode:
Detailed Description
The code element declares the executable code for a program element.The code element may contain a text string value. This string value is interpreted as source code.
Public Member Functions | |
xsID | getId () const |
Gets the id attribute. | |
void | setId (xsID atId) |
Sets the id attribute. | |
xsNMTOKEN | getLang () const |
Gets the lang attribute. | |
void | setLang (xsNMTOKEN atLang) |
Sets the lang attribute. | |
xsString | getProfile () const |
Gets the profile attribute. | |
void | setProfile (xsString atProfile) |
Sets the profile attribute. | |
xsNMTOKEN | getSemantic () const |
Gets the semantic attribute. | |
void | setSemantic (xsNMTOKEN atSemantic) |
Sets the semantic attribute. | |
xsAnyURI & | getUrl () |
Gets the url attribute. | |
const xsAnyURI & | getUrl () const |
Gets the url attribute. | |
void | setUrl (const xsAnyURI &atUrl) |
Sets the url attribute. | |
xsString | getValue () const |
Gets the value of this element. | |
void | setValue (xsString val) |
Sets the _value of this 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 | |
domCode () | |
Constructor. | |
virtual | ~domCode () |
Destructor. | |
domCode (const domCode &cpy) | |
Copy Constructor. | |
virtual domCode & | operator= (const domCode &cpy) |
Overloaded assignment operator. | |
Protected Attributes | |
xsID | attrId |
The id attribute is a text string containing the unique identifier of the code element. | |
xsNMTOKEN | attrLang |
The lang attribute indicates the programming language that the code is stored in. | |
xsString | attrProfile |
The profile attribute indicates the type of profile. | |
xsNMTOKEN | attrSemantic |
The semantic attribute is the user-defined meaning of the code. | |
xsAnyURI | attrUrl |
The url attribute is a valid URL to the location of the code resource. | |
xsString | _value |
The xsString 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 id attribute.
|
|
Gets the lang attribute.
|
|
Gets the profile attribute.
|
|
Gets the semantic attribute.
|
|
Gets the url attribute.
|
|
Gets the url attribute.
|
|
Gets the value of this element.
|
|
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 id attribute.
|
|
Sets the lang attribute.
|
|
Sets the profile attribute.
|
|
Sets the semantic attribute.
|
|
Sets the url attribute.
|
|
Sets the _value of this element.
|
Member Data Documentation
|
The id attribute is a text string containing the unique identifier of the code element. This value must be unique within the instance document. Optional attribute. |
|
The lang attribute indicates the programming language that the code is stored in. Required attribute. |
|
The profile attribute indicates the type of profile. This is a vendor defined character string that indicates the platform or capability target for the code. Optional attribute. |
|
The semantic attribute is the user-defined meaning of the code. Optional attribute. |
|
The url attribute is a valid URL to the location of the code resource. Optional attribute. |
The documentation for this class was generated from the following files:
- C:/SVN_wf/COLLADA_DOM/include/1.3/dom/domCode.h
- C:/SVN_wf/COLLADA_DOM/src/1.3/dom/domCode.cpp
©2005 Sony Computer Entertainment Inc.. All Rights Reserved.
Generated on Fri Feb 10 16:47:52 2006 for COLLADA 1.4 DOM by 1.4.3