bool XML_LO_ClearParser::AttributesDone()
{
    if (IsPresent)
        LODelete(Collection);
    else
        LODeleteAll();

    return true;
}
Esempio n. 2
0
bool XML_LandscapeParser::ResetValues()
{
  LODeleteAll();
  return true;
}