Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
XMLNode | version 1.0 | no |
The node of a XMLDocument. Provides access to the node of a XML tree; is based on the libxml2 library (you may want to check the libxml2 help). |
Child | Gets the first child of the xml node |
Content | Gets or sets the text contained inside the node |
Handle | Gets the internal handle of the node used by the standard |
Last | Gets the last node on the same level with the xml node |
Name | Gets the name of the xml node |
Next | Gets the next node on the same level with the xml node |
Parent | Gets the parent of the xml node |
Path | TODO: Document this |
Prev | Gets the previous node on the same level with the xml node |
AddChild | Adds a child to the current xml node |
AddNext | Adds a sibling node after the current xml node |
AddPrev | Adds a sibling node before the current xml node |
Copy | TODO: Document this |
CreateNew | This function creates a new node |
GetChild | TODO: Document this |
GetContent | TODO: Document this |
GetHandle | TODO: Document this |
GetLast | TODO: Document this |
GetName | TODO: Document this |
GetNext | TODO: Document this |
GetParent | TODO: Document this |
GetPath | TODO: Document this |
GetPrev | TODO: Document this |
GetProperty | TODO: Document this |
SetContent | TODO: Document this |
SetProperty | TODO: Document this |
__Create | This function creates a new node |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:12 2013 GMT | (c)2013 Devronium Applications |