Back to Aurora Vision Library Lite website

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

Xml_GetChildNode_OrNil


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

Gets a node child.

Syntax

void avl::Xml_GetChildNode_OrNil
(
	const avl::XmlNode& inNode,
	const int inIndex,
	atl::Conditional<avl::XmlNode>& outChild
)

Parameters

Name Type Range Default Description
Input value inNode const XmlNode& Source node.
Input value inIndex const int 0 - Child node index.
Output value outChild Conditional<XmlNode>& Child node of the inNode.

Errors

List of possible exceptions:

Error type Description
DomainError Invalid XmlNode in Xml_GetChildNode_OrNil.