Node.from_file


Description:

[ CCode ( has_construct_function = false ) ]
public Node.from_file (string path)

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:

path

the path to a file on the local file system to be parsed.

Returns:

a GeglNode containing the parsed XML as a subgraph.