---------------------------------------------------------------------------
| 31 | } |
| 32 | //--------------------------------------------------------------------------- |
| 33 | bool XMLElementEx::exist(const AnsiString name) |
| 34 | { |
| 35 | return FirstChildElement(name.c_str()) != NULL; |
| 36 | } |
| 37 | //--------------------------------------------------------------------------- |
| 38 | String XMLElementEx::rs(const AnsiString name, String defval) |
| 39 | { |
no test coverage detected