Searched refs:XMLProperty (Results 1 – 1 of 1) sorted by relevance
49 struct XMLProperty { struct54 xmlNodePtr CreateNodeWithProperty(const std::string& nodeName, const XMLProperty& property) in CreateNodeWithProperty()61 xmlNodePtr CreateNodeWithProperties(const std::string& nodeName, const std::vector<XMLProperty>& pr… in CreateNodeWithProperties()72 std::vector<XMLProperty> properties = { in CreateRCDLayer()632 …auto ngPtr = CreateNodeWithProperty(std::string("node"), XMLProperty{std::string("a1"), std::strin…788 …auto numPtr = CreateNodeWithProperty(std::string("nodeName"), XMLProperty{attrName, std::string(""…792 …numPtr = CreateNodeWithProperty(std::string("nodeName"), XMLProperty{attrName, std::string("2.0")}…