XMLElement (STRUCT)ΒΆ
TYPE XMLElement : STRUCT
Structure of a XML element
- InOut:
Name
Type
Comment
diParentIndexDINTThe index of the parent XMLElement
wsNameWSTRING(gc_udiMaxValueSize)The name of the XML element
wsValueWSTRING(gc_udiMaxValueSize)The value of the XML element
udiPositionUDINTPosition of the start tag in xml file
elementTypeType of the elemnet (Element, Attribute, Comment..)