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;

Property Value

A NamedNodeMap containing the Entity nodes. The returned NamedNodeMap is read-only.

Remarks

The Help Producer DOM does not implement this function. It is listed here for completeness only.

See Also

DocumentType Object | DocumentType Members | DOM Namespace