| 317 | } |
| 318 | |
| 319 | void XMLSerializationNode::setAttribute(const UString &attribute, const UString &value) |
| 320 | { |
| 321 | node.attribute(attribute.c_str()).set_value(value.c_str()); |
| 322 | } |
| 323 | |
| 324 | unsigned int XMLSerializationNode::getValueUInt() { return node.text().as_uint(); } |
| 325 |
no outgoing calls
no test coverage detected