MCPcopy Create free account
hub / github.com/Cheedoong/xml2json / next_sibling

Method next_sibling

include/rapidxml/rapidxml.hpp:1187–1201  ·  view source on GitHub ↗

Gets next sibling node, optionally matching node name. Behaviour is undefined if node has no parent. Use parent() to test if node has a parent. \param name Name of sibling to find, or 0 to return next sibling regardless of its name; this string doesn't have to be zero-terminated if name_size is non-zero \param name_size Size of name, in characters, or 0 to have size calculated automatically from s

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

xml2json_traverse_nodeFunction · 0.80
xml2jsonFunction · 0.80
count_childrenFunction · 0.80
node_iteratorClass · 0.80
clone_nodeMethod · 0.80
first_nodeMethod · 0.80
validateMethod · 0.80
fixupMethod · 0.80
validateMethod · 0.80
print_childrenFunction · 0.80
print_element_nodeFunction · 0.80

Calls 4

measureFunction · 0.85
compareFunction · 0.85
nameMethod · 0.80
name_sizeMethod · 0.80

Tested by

no test coverage detected