MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / allow_insert_attribute

Function allow_insert_attribute

Source/ThirdParty/pugixml/pugixml.cpp:3711–3714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3709 }
3710
3711 PUGI__FN bool allow_insert_attribute(xml_node_type parent)
3712 {
3713 return parent == node_element || parent == node_declaration;
3714 }
3715
3716 PUGI__FN bool allow_insert_child(xml_node_type parent, xml_node_type child)
3717 {

Callers 4

append_attributeMethod · 0.85
prepend_attributeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected