Child

Child 1:

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

Child 2: Return value

Name

Type

 

 

Child 3: Inputs

Name

Type

n

SXmlNode

Sample call:

xmlChild := fbXml.Child(xmlNode);