Next Topic

Previous Topic

Book Contents

FindNode

TLuaXMLNode FindNode(string sElementName, TLuaXMLNode RootNode)

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
  • RootNode - The parent node to be the starting point of search.

Remarks

The function searches the XML document recursively with "RootNode" as starting point for the search.