notations Property

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Contains a list of the IXMLDOMNotation members that are present in the document type declaration.

Script Syntax

var objXMLDOMNamedNodeMap = oXMLDOMDocumentType.notations;

Remarks

Script Parameters

None.

Script Return Value

Object. List of IXMLDOMNotation that are present in the document type declaration.

C/C++ Syntax

HRESULT get_notations(
  IXMLDOMNamedNodeMap** notationMap
);

Remarks

C/C++ Parameters

  • notationMap
    [out, retval] List of IXMLDOMNotation that are present in the document type declaration.

C/C++ Return Values

  • S_OK
    Value returned if successful.
  • E_INVALIDARG
    Value returned if notationMap is Null.

Requirements

Header msxml2.h, msxml2.idl
Windows Embedded CE Windows CE .NET 4.0 and later

General 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.

This property is read-only, and applies to the following objects and interfaces:

IXMLDOMNotation and IXMLDOMDocumentType