| TIcNodeList Object Methods |
Unit
IcXMLParser
Declaration
TIcNodeList = class(TObject)
Description
With this list you can create hierarchic strucutre of nodes. NodeList contain root node, which is ancestor of every node in list. Every node can contain own child nodes.
| Introduced Methods |
![]() | addList | |
![]() | AppendChild | |
![]() | Clear | |
![]() | Create ![]() | |
![]() | Destroy ![]() | |
![]() | GetChild | |
![]() | GetFirst | Returns first child node without specified type and name. |
![]() | GetLast | Returns last child node without specified type and name. |
![]() | GetRoot | |
![]() | HasChildNodes | |
![]() | InsertAfter | |
![]() | InsertBefore | |
![]() | Item ![]() | |
![]() | Length ![]() | |
![]() | RemoveChild | Removes child from List. |
![]() | ReplaceChild |
|
|