notations Property (Compact 2013)
3/26/2014
Contains a list of the IXMLDOMNotation members that are present in the document type declaration.
Syntax
var objXMLDOMNamedNodeMap = oXMLDOMDocumentType.notations;
HRESULT get_notations(
IXMLDOMNamedNodeMap** notationMap
);
Parameters
Script
None.
C/C++
- notationMap
[out, retval] List of IXMLDOMNotation that are present in the document type declaration.
Return Value
Script
Object. List of IXMLDOMNotation that are present in the document type declaration.
C/C++
- 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.
This property is read-only, and applies to the following objects and interfaces:
IXMLDOMNotation and IXMLDOMDocumentType
Requirements
Header |
msxml2.h, |