Microsoft XML SDK 2.6 - XML Reference

notations Property

Contains a list of the XMLDOMNotation objects present in the document type declaration.

objXMLDOMNamedNodeMap = oXMLDOMDocumentType.notations

Remarks

Object. The property is read-only. Notations identify by name the format of unparsed entities, the format of elements that bear a notation attribute, or the application to which a processing instruction is addressed.

See Also

Applies To: DOMDocumentType Object