| 310 | UString XMLSerializationNode::getValue() { return node.text().get(); } |
| 311 | |
| 312 | void XMLSerializationNode::setValue(const UString &str) { node.text().set(str.c_str()); } |
| 313 | |
| 314 | UString XMLSerializationNode::getAttribute(const UString &attribute) |
| 315 | { |