Nodes¶
-
void
serd_nodes_free(SerdNodes *nodes)¶ Free
nodesand all nodes that are stored in it.Note that this invalidates any pointers previously returned from
serd_nodes_intern()orserd_nodes_manage()calls onnodes.
-
const SerdNode *
serd_nodes_intern(SerdNodes *nodes, const SerdNode *node)¶ Intern
node.Multiple calls with equivalent nodes will return the same pointer.
- Returns
A node that is different than, but equivalent to,
node.