Next Topic

Previous Topic

Book Contents

FindChildNode

TLuaXMLNode FindChildNode(string sElementName, TLuaXMLNode ParentNode)

Return values

The function returns a valid TLuaXMLNode object if the element was found.

Parameters

  • sElementName - The name of the element that is a child of ParentNode
  • ParentNode - The parent node to be searched.

Remarks

Note that the function returns the first element with the specified name.