Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMEntity::publicId P...     IXMLDOMEntity Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMEntity::get_notationName Method


Contains the notation name.

Visual Basic Syntax

strValue = oXMLDOMEntity.notationName

C/C++ Syntax

HRESULT get_notationName(
    BSTR *name);

Parameters

name
[out] For unparsed entities, the name of the notation for the entity (the name following NDATA). For parsed entities, contains the empty string.

C/C++ Return Values

S_OK
Value returned if successful.
S_FALSE
Value when returning null. 
E_INVALIDARG
Value returned if name is null.

Remarks

Note that the name of the entity is available using the nodeName property.



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.