Home | History | Annotate | Download | only in src

Lines Matching refs:NextSiblingElement

211         for(section = root->FirstChildElement(); section; section = section->NextSiblingElement())
230 for(key = section->FirstChildElement(); key; key = key->NextSiblingElement())
240 for(value = key->FirstChildElement(); value; value = value->NextSiblingElement())