Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMNodeList Interface     IXMLDOMParseError Interfa...     XML DOM Interfaces    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMNotation Interface


This interface contains a notation declared in the document type definition (DTD) or schema.

IXMLDOMNotation 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 property contains the notation name.

Interface Information

Implementation Msxml.dll
Inherits from IXMLDOMNode
Header and IDL files Msxml.h, Xmldom.idl
Minimum availability Internet Explorer 5
Minimum operating systems Windows 95, Windows NT 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.