to_xml_full


Description:

public string to_xml_full (Node? tail, string path_root)

Returns a freshly allocated \0 terminated string containing a XML serialization of a segment of a graph from this to tail nodes.

If tail is null then this behaves just like to_xml.

Parameters:

this

a Node

tail

a Node

path_root

filesystem path to construct relative paths from.

Returns:

XML serialization of a graph segment.