Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Xml » 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: | fil |
Module: | FoundationLite |
Gets a node child.
Syntax
void fil::Xml_GetChildNode_OrNil ( const fil::XmlNode& inNode, const int inIndex, ftl::Conditional<fil::XmlNode>& outChild )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inNode | const XmlNode& | Source node. | ||
![]() |
inIndex | const int | 0 - ![]() |
Child node index. | |
![]() |
outChild | Conditional<XmlNode>& | Child node of the inNode. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Invalid XmlNode in Xml_GetChildNode_OrNil. |