Child

This method is used to navigate through the DOM. It returns a reference to the (first) child element of the current node. The start node is transferred to the method as input parameter.
Syntax
METHOD ChildByName : SXmlNode
VAR_INPUT
n : SXmlNode;
END_VAR
Return value
Name | Type |
---|---|
|
|
Inputs
Name | Type |
---|---|
n | SXmlNode |
Sample call:
xmlChild := fbXml.Child(xmlNode);