| 134 | } |
| 135 | |
| 136 | bool CXmlScriptLoad::EndTableAt(int elem) |
| 137 | { |
| 138 | SmartScriptTable newTable = CurTable(); |
| 139 | m_tableStack.pop(); |
| 140 | CurTable()->SetAt(elem, newTable); |
| 141 | return true; |
| 142 | } |
| 143 | |
| 144 | IReadXMLSinkPtr CXmlScriptLoad::BeginArray(const char* name, const XmlNodeRef& definition) |
| 145 | { |
no test coverage detected