| 4488 | } |
| 4489 | |
| 4490 | PUGI__FN xml_node_type xml_node::type() const |
| 4491 | { |
| 4492 | return _root ? static_cast<xml_node_type>((_root->header & impl::xml_memory_page_type_mask) + 1) : node_null; |
| 4493 | } |
| 4494 | |
| 4495 | PUGI__FN const char_t* xml_node::value() const |
| 4496 | { |
no outgoing calls
no test coverage detected