Node.from_xml


Description:

[ CCode ( has_construct_function = false ) ]
public Node.from_xml (string xmldata, string path_root)

The Node returned contains the graph described by the tree of stacks in the XML document.

The tree is connected to the "output" pad of the returned node and thus can be used directly for processing.

Parameters:

xmldata

a \0 terminated string containing XML data to be parsed.

path_root

a file system path that relative paths in the XML will be resolved in relation to.

Returns:

a GeglNode containing the parsed XML as a subgraph.