MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / node

Method node

lib/pugixml/src/pugixml.cpp:12120–12127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12118 }
12119
12120 PUGI__FN xpath_node::xpath_node(const xml_attribute& attribute_, const xml_node& parent_): _node(attribute_ ? parent_ : xml_node()), _attribute(attribute_)
12121 {
12122 }
12123
12124 PUGI__FN xml_node xpath_node::node() const
12125 {
12126 return _attribute ? xml_node() : _node;
12127 }
12128
12129 PUGI__FN xml_attribute xpath_node::attribute() const
12130 {

Callers 9

document_buffer_orderFunction · 0.80
operator()Method · 0.80
qualified_nameFunction · 0.80
namespace_uriFunction · 0.80
remove_duplicatesMethod · 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