org.w3c.dom.DocumentType.notations
property
public readonly property notations as NamedNodeMap
Description

Notation declarations exposed by this document type.

Example
print(doctype.notations.length)