MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / NextSibling

Function NextSibling

native/thirdpart/tinyxml2/tinyxml2.h:821–823  ·  view source on GitHub ↗

Get the next (right) sibling node of this node.

Source from the content-addressed store, hash-verified

819
820 /// Get the next (right) sibling node of this node.
821 const XMLNode* NextSibling() const {
822 return _next;
823 }
824
825 XMLNode* NextSibling() {
826 return _next;

Callers

nothing calls this directly

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected