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