DocumentType.Entities Property |
Gets the collection of Entity nodes declared in the document type declaration.
[VBScript] Public ReadOnly Property Entities As NamedNodeMap
[JScript] public function get Entities() : NamedNodeMap;
A NamedNodeMap containing the Entity nodes. The returned NamedNodeMap is read-only.
The Help Producer DOM does not implement this function. It is listed here for completeness only.