parseFile


Description:

public static XmlNode? parseFile (Path path)

Reads an XML file and parses it into an XmlNode tree.

Parameters:

path

path to XML file.

Returns:

root XmlNode, or null on error.