A DTD.
DTD properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | integer | read | The class descriptor type. |
| contents | string, special characters enumeration | read | The text contents. |
| id | integer | read | A unique number identifying the object. |
| index | integer | read | Index of the object within its parent object. |
| object reference | object | read | An object reference for this object. |
| parent | object | read | The parent of the object. |
| properties | record | r/w | Property that allows setting of several properties at the same time. |
| public id | string | read | The public id of the DTD’S DOCTYPE declaration. Only valid if the DTD an an external subset. |
| root tag | XML tag | r/w | The tag of the document’s root object. |
| system id | string | read | The system id of the DTD’S DOCTYPE declaration. Only valid if the DTD is an external subset. |
DTD methods
| Method | Returns | Description |
|---|---|---|
| delete | Nothing | Delete the object. |
| duplicate | object | Duplicates the object. |
| select | Nothing | Selects the object. |