| 5298 | } |
| 5299 | |
| 5300 | PUGI__FN xml_node_struct* xml_text::_data_new() |
| 5301 | { |
| 5302 | xml_node_struct* d = _data(); |
| 5303 | if (d) |
| 5304 | return d; |
| 5305 | |
| 5306 | return xml_node(_root).append_child(node_pcdata).internal_object(); |
| 5307 | } |
| 5308 | |
| 5309 | PUGI__FN xml_text::xml_text() : |
| 5310 | _root(0) |
nothing calls this directly
no test coverage detected