CreateEDecl method |
Applies to
TIcElementDecl
Declaration
Constructor CreateEDecl(name : TDOMString; cType : byte; owner : TIcXMLDocument);
Description
Creates instance of element type declaration node for specified element and
with specified content model type.
Parameters |
name | Name of declared element. |
cType | Type of element content type.
Values of cType parameter:
|
owner | Document to which belongs element declaration. |