Microsoft XML SDK 2.6 - XML Reference

IXMLDOMNotation Interface

Contains a notation declared in the DTD or schema.

This interface inherits from IXMLDOMNode.

Methods

publicId Contains the public identifier for the notation.
systemId Contains the system identifier for the notation.

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.

The nodeName method contains the notation name.

Requirements

Implementation: Msxml.dll

Header and IDL files: Msxml.h, Xmldom.idl

See Also

IXMLDOMNode Interface