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

Function NextSiblingElement

native/thirdpart/tinyxml2/tinyxml2.h:832–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830 const XMLElement* NextSiblingElement( const char* name = 0 ) const;
831
832 XMLElement* NextSiblingElement( const char* name = 0 ) {
833 return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->NextSiblingElement( name ) );
834 }
835
836 /**
837 Add a child node as the last (right) child.

Callers

nothing calls this directly

Calls 3

XMLHandleFunction · 0.85
XMLConstHandleFunction · 0.85
NextSiblingElementMethod · 0.80

Tested by

no test coverage detected