| CreateStdAttr method |
Applies to
TIcXMLAttr
Declaration
Constructor CreateStdAttr(name : TDOMString; value: TDOMString; owner: TIcXMLDocument; StandardAttribure : Boolean);
Description
Creates instance of XML attribute node with specified parameters.
| Parameters |
| name | Attribute's name. |
| value | Attribute's value. |
| owner | XML Document. |
| StandardAttribute | Specified whether attributte is a standatd attribute like document encoding, version or standalone. If attribute is marked as standard attribure then can't be removed from the list. |