Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMDocumentType::name...     IXMLDOMDocumentType Inter...    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMDocumentType::get_notations Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.