| 299 | } |
| 300 | |
| 301 | SerializationNode *XMLSerializationNode::getSectionOpt(const char *name) |
| 302 | { |
| 303 | return archive->getRoot(this->getPrefix(), name); |
| 304 | } |
| 305 | |
| 306 | UString XMLSerializationNode::getName() { return node.name(); } |
| 307 |
no test coverage detected