MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / exist

Method exist

sourcecommon/maxxml.cpp:33–36  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

LoadMethod · 0.80

Calls 1

FirstChildElementFunction · 0.85

Tested by

no test coverage detected