TIcXMLNode Object Methods |
Unit
IcXMLParser
Declaration
TIcXMLNode = class(TObject)
Description
Properties of every node:
Introduced Methods |
![]() | ChildTypeAllowed | |
![]() | CloneNode ![]() | Returns copy of current node. |
![]() | Create ![]() | |
![]() | Destroy ![]() | Disposes memory for XML node. |
![]() | GetName | |
![]() | GetOwnerDocument | |
![]() | GetParent | Returns parent node of current node. |
![]() | GetType | |
![]() | GetValue | |
![]() | IsAncestor | |
![]() | Next ![]() | Pointer to next node in list. |
![]() | NextSibling | Pointer to next node with the same type in list. |
![]() | Normalize ![]() | Normalizes value of XML node (truncates waste white chars, retrieves value of any references). |
![]() | Previous ![]() | Pointer to previous node in list. |
![]() | PreviousSibling | Pointer to previous node with the same type in list. |
![]() | SetName | |
![]() | SetType | |
![]() | SetValue | |
![]() | TypeToTypeString | |
![]() | Validate ![]() | Validates node. |
![]() | Write ![]() |
|