@new


Description:

[ CCode ( cname = "e_xmlhash_new" ) ]
public static XmlHash @new (string filename)

Creates a new XmlHash from the file filename.

If filename does not already exist, an empty XmlHash will be created.

Parameters:

filename

the name of an XML file

Returns:

The new XmlHash structure, or null if unable to parse filename.