Searched refs:childValuePairElement (Results 1 – 1 of 1) sorted by relevance
222 CXmlElement childValuePairElement; in toXml() local224 xmlElement.createChild(childValuePairElement, "ValuePair"); in toXml()226 childValuePairElement.setAttributeString("Literal", it->first); in toXml()228 childValuePairElement.setAttributeSignedInteger("Numerical", it->second); in toXml()