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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp776 xml::ElementNode *pelmRoot = doc.createRootElement("Envelope"); local
778 pelmRoot->setAttribute("ovf:version", enFormat == ovf::OVFVersion_2_0 ? "2.0"
781 pelmRoot->setAttribute("xml:lang", "en-US");
798 pelmRoot->setAttribute("xmlns", strNamespace);
799 pelmRoot->setAttribute("xmlns:ovf", strNamespace);
801 // pelmRoot->setAttribute("xmlns:ovfstr", "http://schema.dmtf.org/ovf/strings/1");
802 pelmRoot->setAttribute("xmlns:rasd", "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData");
803 pelmRoot->setAttribute("xmlns:vssd", "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_VirtualSystemSettingData");
804 pelmRoot->setAttribute("xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance");
805 pelmRoot
[all...]
/vbox/src/VBox/Main/xml/
H A DSettings.cpp141 pelmRoot(NULL),
155 xml::ElementNode *pelmRoot; member in struct:ConfigFileBase::Data
178 pelmRoot = NULL;
271 m->pelmRoot = m->pDoc->getRootElement();
272 if (!m->pelmRoot || !m->pelmRoot->nameEquals("VirtualBox"))
275 if (!(m->pelmRoot->getAttributeValue("version", m->strSettingsVersionFull)))
276 throw ConfigFileError(this, m->pelmRoot, N_("Required VirtualBox/@version attribute is missing"));
347 throw ConfigFileError(this, m->pelmRoot, N_("Cannot handle settings version '%s'"), m->strSettingsVersionFull.c_str());
1000 m->pelmRoot
[all...]

Completed in 42 milliseconds