MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / NextSibling

Function NextSibling

Dependencies/tinyxml2/include/tinyxml2.h:817–819  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

815
816 /// Get the next (right) sibling node of this node.
817 const XMLNode* NextSibling() const {
818 return _next;
819 }
820
821 XMLNode* NextSibling() {
822 return _next;

Callers

nothing calls this directly

Calls 2

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85

Tested by

no test coverage detected