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

Method node

Source/ThirdParty/pugixml/pugixml.cpp:10958–10965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10956 }
10957
10958 PUGI__FN xpath_node::xpath_node(const xml_attribute& attribute_, const xml_node& parent_): _node(attribute_ ? parent_ : xml_node()), _attribute(attribute_)
10959 {
10960 }
10961
10962 PUGI__FN xml_node xpath_node::node() const
10963 {
10964 return _attribute ? xml_node() : _node;
10965 }
10966
10967 PUGI__FN xml_attribute xpath_node::attribute() const
10968 {

Callers 9

document_buffer_orderFunction · 0.80
operator()Method · 0.80
operator()Method · 0.80
qualified_nameFunction · 0.80
namespace_uriFunction · 0.80
step_fillMethod · 0.80
eval_booleanMethod · 0.80
eval_node_setMethod · 0.80

Calls 1

xml_nodeClass · 0.85

Tested by

no test coverage detected