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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp3067 const xml::ElementNode *pelmProperty; local
3068 while ((pelmProperty = nl.forAllNodes()))
3070 if (pelmProperty->nameEquals("Property"))
3074 if ( pelmProperty->getAttributeValue("name", strName)
3075 && pelmProperty->getAttributeValue("value", strValue))
3078 throw ConfigFileError(this, pelmProperty, N_("Required VRDE Property/@name or @value attribute is missing"));

Completed in 200 milliseconds