Back to Aurora Vision Library Lite website

You are here: Start » All Functions » Xml » Xml_LoadFile

Xml_LoadFile


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: STD.h
Namespace: avl

Loads an XML tree from the file.

Syntax

void avl::Xml_LoadFile
(
	const atl::File& inFile,
	avl::XmlNode& outNode
)

Parameters

Name Type Default Description
Input value inFile const File& Path to an XML file.
Output value outNode XmlNode& Result XML DOM object.

Description

This filter loads an XML tree from a file. When fails, detailed error message will be presented in the exception body.

Errors

List of possible exceptions:

Error type Description
IoError Empty path in Xml_LoadFile
IoError Unable to load XML file. File: File path
IoError Unable to load XML file. File: File path. Error description.

See Also