MCPcopy Create free account
hub / github.com/MyGUI/mygui / is_text_node

Function is_text_node

UnitTests/TestApp/pugixml.cpp:3700–3705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3698}
3699
3700inline bool is_text_node(xml_node_struct* node)
3701{
3702 xml_node_type type = static_cast<xml_node_type>((node->header & impl::xml_memory_page_type_mask) + 1);
3703
3704 return type == node_pcdata || type == node_cdata;
3705}
3706
3707// get value with conversion functions
3708PUGI__FN int get_value_int(const char_t* value, int def)

Callers 2

child_valueMethod · 0.70
_dataMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected