TIcXMLElement Object Methods |
Unit
IcXMLParser
Declaration
TIcXMLElement = class(TIcContainer)
Description
An element type is a class of elements with similar properties, including their structure and element type name.
Introduced Methods |
![]() | AppendChild | |
![]() | CloneNode ![]() | Returns copy of existing element node. |
![]() | Create | |
![]() | Destroy ![]() | |
![]() | GetAttributesByType | |
![]() | GetByTagName | |
![]() | GetByType | |
![]() | GetCDatas | |
![]() | GetCharDatas | |
![]() | GetChild | |
![]() | GetChildren | |
![]() | GetElementsByTagName | |
![]() | GetFirstCData | Returns first CData section node in the node list. |
![]() | GetFirstCharData | Returns first character data node in the node list. |
![]() | GetFirstChild | Returns first child element in the element's child list. |
![]() | GetParent | Returns element's parent. |
![]() | HasCData | |
![]() | HasCharData | |
![]() | HasChild | |
![]() | InsertElementContent | |
![]() | NextSibling | |
![]() | PreviousSibling | |
![]() | RemoveCData | |
![]() | RemoveCharData | |
![]() | RemoveChild | |
![]() | SetCData | |
![]() | SetCharData | |
![]() | SetDocument | |
![]() | TagName | |
![]() | Validate ![]() | Validates XML element and all his children. |
![]() | Write ![]() |
|