Element.IsListMemberOf (METH) ¶ METHOD IsListMemberOf : BOOL InOut: Scope Name Type Return IsListMemberOf BOOL Input itfList ISimpleList
Element.NextElem (PROP) ¶ PROPERTY NextElem : IElement
Element.PrevElem (PROP) ¶ PROPERTY PrevElem : IElement
List.AppendElem (METH) ¶ METHOD AppendElem : IElement Append the element referenced by itfElement at the end of the list InOut: Scope Name Type Comment Return AppendElem IElement Input itfElement IElement Element which is added at the end of the list
TypedTree.InsertSibling (METH) ¶ METHOD InsertSibling : ITypedTree InOut: Scope Name Type Return InsertSibling ITypedTree Input itfSibling ITypedTree
TypedTree.RemoveTree (METH) ¶ METHOD RemoveTree : ITypedTree InOut: Scope Name Type Return RemoveTree ITypedTree
TypedTree.TreeTypeId (PROP) ¶ PROPERTY TreeTypeId : CAA.IDENT
IElement.IsLinkedElem (PROP) ¶ PROPERTY IsLinkedElem : BOOL If this IElement is a member of a list the rturn value is TRUE otherwise FALSE
IElement.IsListMemberOf (METH) ¶ METHOD IsListMemberOf : BOOL If this IElement is a member of the itfList the rturn value is TRUE otherwise FALSE InOut: Scope Name Type Return IsListMemberOf BOOL Input itfList ISimpleList
IElement.NextElem (PROP) ¶ PROPERTY NextElem : IElement The next IElement in the list