notations Property (Windows CE 5.0)
Contains a list of the IXMLDOMNotation members that are present in the document type declaration.
[Script]
Script Syntax
var objXMLDOMNamedNodeMap = oXMLDOMDocumentType.notations;
Script Parameters
None.
Script Return Value
Object. List of IXMLDOMNotation that are present in the document type declaration.
[C/C++]
C/C++ Syntax
HRESULT get_notations(IXMLDOMNamedNodeMap** notationMap);
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
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
Send Feedback on this topic to the authors