notations Property
Contains a list of the IXMLDOMNotation members that are present in the document type declaration.
var objXMLDOMNamedNodeMap = oXMLDOMDocumentType.notations;
HRESULT get_notations(
IXMLDOMNamedNodeMap** notationMap
);
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
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.