Searched refs:childValuePairElement (Results 1 – 1 of 1) sorted by relevance
242 CXmlElement childValuePairElement; in toXml() local244 xmlElement.createChild(childValuePairElement, "ValuePair"); in toXml()246 childValuePairElement.setAttribute("Literal", it->first); in toXml()248 childValuePairElement.setAttribute("Numerical", it->second); in toXml()