A collection of DTDs.
DTD Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type class | read | The class descriptor type. |
| contents | anything | read | The text contents of the DTD. Can return: string or auto page number/next page number/previous page number/section marker/bullet character/copyright symbol/degree symbol/ellipsis character/forced line break/paragraph symbol/registered trademark/section… |
| id | integer | read | The unique ID of the DTD. |
| index | integer | read | The index of the DTD within its containing object. |
| object reference | DTD | read | An object reference for the DTD. |
| parent | document | read | The parent of the DTD (a document). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| public id | string | read | The public ID of the DOCTYPE declaration. Note: Valid only when the DTD is an external subset. |
| root tag | XML tag | r/w | The tag of the root object. |
| system id | string | read | The system ID of the DOCTYPE declaration. Note: Valid only when the DTD is an external subset. |