13 #ifndef _FBXSDK_FILEIO_COLLADA_NAMESPACE_H_ 14 #define _FBXSDK_FILEIO_COLLADA_NAMESPACE_H_ 18 #include <components/libxml2-2.7.8/include/libxml/globals.h> 31 void Push(xmlNode * pElement);
void Pop()
Pop the newparam and setparam elements found in this element.
xmlNode * GetParamModification(int pIndex) const
Get the setparam element with given index.
void Push(xmlNode *pElement)
Push the newparam and setparam elements found in this element.
xmlNode * FindParamModification(const char *pSID) const
Find the specific setparam element with given SID.
int GetParamModificationCount() const
Get the count of all the setparam elements in local scope.
Containing the valid parameter definition and modification in local scope.
xmlNode * FindParamDefinition(const char *pSID) const
Find the specific newparam element with given SID.
Class for array of basic elements such as pointers and basic types.