Searched defs:pelmModeChild (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2491 const xml::ElementNode *pelmModeChild; local
2492 while ((pelmModeChild = nl.forAllNodes()))
2494 if (pelmModeChild->nameEquals("Property"))
2497 if ( pelmModeChild->getAttributeValue("name", strPropName)
2498 && pelmModeChild->getAttributeValue("value", strPropValue) )
2501 throw ConfigFileError(this, pelmModeChild, N_("Required GenericInterface/Property/@name or @value attribute is missing"));

Completed in 63 milliseconds