#include "SIBCArray.h"#include "SIBCNode.h"#include "SIBCString.h"#include "dotXSIParams.h"#include "dotXSITemplate.h"
Go to the source code of this file.
Copyright 2008 Autodesk, Inc. All rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or which otherwise accompanies this software in either electronic or hard copy form.
| enum ColladaSimpleType |
| XSIEXPORT CCOLLADATemplate* CreateCOLLADAdotXSITemplate | ( | CdotXSITemplate * | in_pParent, | |
| const SI_Char * | in_szName, | |||
| CXSIParser * | in_pParser | |||
| ) |
Allocates a CCOLLADATemplate for a dotXSI template
| [in] | in_pParent | Containing template (parent template) |
| [in] | in_szName | Node name of this template |
| [in] | in_pParser | Pointer to the dotXSI parser |
| XSIEXPORT CCOLLADATemplate* FindNestedTemplateByName | ( | CCOLLADATemplate * | in_pParent, | |
| SI_Char * | in_szName, | |||
| int | in_iNth = 0, |
|||
| bool | in_bSearchNodeOnly = false |
|||
| ) |
Searches for the in_iNth occurrence of a COLLADA xml element either recursively or directly under the node specified by name (<in_szName>>).
| [in] | in_pParent | The element where to start searching recursively. |
| [in] | in_szName | The node name of COLLADA xml elements to search for |
| [in] | in_iNth | Number of the occurrence to find |
| [in] | in_bSearchNodeOnly | Search only under in_pParent if it's a node or only inside the first node found. |
| XSIEXPORT CCOLLADATemplate* FindNestedTemplateByID | ( | CdotXSITemplate * | in_pParent, | |
| SI_Char * | in_szID | |||
| ) |
Searches recursively for a COLLADA xml element by the id attribute (<element id="in_szID">)
| [in] | in_pParent | The element where to start searching recursively. |
| [in] | in_szID | The id of COLLADA xml elements to search for |
| XSIEXPORT CCOLLADATemplate* FindNestedTemplateBySID | ( | CdotXSITemplate * | in_pParent, | |
| SI_Char * | in_szSID | |||
| ) |
Searches recursively for a COLLADA xml element by the sid attribute (<element sid="in_szSID">)
| [in] | in_pParent | The element where to start searching recursively. |
| [in] | in_szSID | The sid of COLLADA xml elements to search for |