| 114 | } |
| 115 | |
| 116 | IReadXMLSinkPtr CXmlScriptLoad::BeginTableAt(int elem, const XmlNodeRef& definition) |
| 117 | { |
| 118 | return BeginTable(NULL, definition); |
| 119 | } |
| 120 | |
| 121 | bool CXmlScriptLoad::SetValue(const char* name, const TValue& value, const XmlNodeRef& definition) |
| 122 | { |
no test coverage detected