DOM Object: DocumentType
Owner's Note: This may be an area best covered by xml testing. My understanding is that DocType does not apply to html documents...will check and update
|
Properties & Methods |
Functional Description |
Data |
Test Case |
|---|---|---|---|
| name | The name of the DTD; i.e., the name immediately following the |
HTML | ctyp001.html |
| entities | A NamedNodeMap containing the general entities, both external and internal, declared in the DTD. Duplicates are discarded. | unknown | ctyp002.html |
| notations | A NamedNodeMap containing the notations declared in the DTD. Duplicates are discarded. Every node in this map also implements the Notation interface | unknown | ctyp003.html |