| CreateAttDef method |
Applies to
TIcAttDef
Declaration
Constructor CreateAttDef(name : TDOMString; attType : byte; defValue : TDOMString; defType : byte; owner : TIcXMLDocument);
Description
Value of enumeration type. Is valid if attibute's type is atEnumeration or atNotation. . Creates instance of attibute definition node with specified attributes.
| Parameters |
| name | Name of attribute. |
| attType | Type of attribute. |
| defValue | Default value. |
| defType | Type of default value. |
| owner | Document to wich belong creating attribute node. |