Method Parser.XML.Tree.parse_file()
- Method
parse_file
RootNodeparse_file(stringpath,bool|voidparse_namespaces,ParseFlags|voidflags,string|voiddefault_namespace)- Description
Loads the XML file
path, creates a node tree representation and returns the root node.Most of the arguments are passed along to parse_input().
- Throws
Throws an error if the file could not be read.
- See also