Contains a list of the notations present in the document type declaration.
Visual Basic Syntax
Set objXMLDOMNamedNodeMap = oXMLDOMDocumentType.notations
C/C++ Syntax
HRESULT get_notations( IXMLDOMNamedNodeMap **notationMap);
Parameters
- notationMap
- [out] List of the IXMLDOMNotation objects present in this document type declaration.
C/C++ Return Values
- S_OK
- Value returned if successful.
- E_INVALIDARG
- Value returned if notationMap is null.
Remarks
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.