| 928 | } |
| 929 | |
| 930 | XnStatus XnXmlScriptNode::LoadScriptFromFile(const XnChar* strFileName) |
| 931 | { |
| 932 | return xnXmlLoadDocument(m_doc, strFileName); |
| 933 | } |
| 934 | |
| 935 | XnStatus XnXmlScriptNode::LoadScriptFromString(const XnChar* strScript) |
| 936 | { |
no test coverage detected