Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ parent
Method
parent
UnitTests/TestApp/pugixml.cpp:4570–4573 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4568
}
4569
4570
PUGI__FN xml_node xml_node::parent() const
4571
{
4572
return _root ? xml_node(_root->parent) : xml_node();
4573
}
4574
4575
PUGI__FN xml_node xml_node::root() const
4576
{
Callers
15
find_node
Function · 0.45
path
Method · 0.45
first_element_by_path
Method · 0.45
traverse
Method · 0.45
pugixml.cpp
File · 0.45
xpath_string string_value
Function · 0.45
node_height
Function · 0.45
node_is_before
Function · 0.45
node_is_ancestor
Function · 0.45
operator()
Method · 0.45
namespace_uri
Function · 0.45
step_fill
Method · 0.45
Calls
1
xml_node
Class · 0.70
Tested by
no test coverage detected