A DTD.
| Property |
Type |
Access |
Description |
| Contents |
String, idSpecialCharacters enumeration (see table at end of chapter) |
read |
The text contents. |
| Id |
Long |
read |
A unique number identifying the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| Parent |
Object |
read |
The parent of the object. |
| PublicId |
String |
read |
The public id of the DTD’S DOCTYPE declaration. Only valid if the DTD an an external subset. |
| RootTag |
XMLTag |
r/w |
The tag of the document’s root object. |
| SystemId |
String |
read |
The system id of the DTD’S DOCTYPE declaration. Only valid if the DTD is an external subset. |