Back to FabImage Studio website

You are here: Start » Filter Reference » System » Xml » Xml_GetChildNode_OrNil

Xml_GetChildNode_OrNil


Module: FoundationLite

Gets a node child.

Name Type Range Description
Input value inNode XmlNode Source node.
Input value inIndex Integer 0 - Child node index.
Output value outChild XmlNode? Child node of the inNode.

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Invalid XmlNode in Xml_GetChildNode_OrNil.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of Xml_GetChildNode filter group.