TIcXMLAttr Object Methods |
Unit
IcXMLParser
Declaration
TIcXMLAttr = class(TIcXMLNode)
Description
Attributes are properties of elements. They are specified as named pieces of information in an element's start-tag or empty-element tag.
Introduced Methods |
![]() | CloneNode ![]() | Creates copy of existing attribute node. |
![]() | Create | |
![]() | GetAttrType | Returns attribute's type based on attribute daclaration in DTD. |
![]() | Name | |
![]() | Normalize ![]() | |
![]() | Specified | |
![]() | StandardAttribute | |
![]() | Value | |
![]() | Write ![]() |
|