print


Description:

public int print (string path = "/*", FileStream output = stdout)

Print each node matching path and its descendants to output.

Parameters:

path

path expression, default is all nodes "/*"

output

file to send output to, default is STDOUT

Returns:

0 on success, or a negative value on failure