3/26/2014
Contains the notation name.
strValue = oXMLDOMEntity.notationName;
c++
HRESULT get_notationName(
BSTR* name
);
Script
None.
C/C++
- name
[out, retval] For unparsed entities, the name of the notation for the entity (the name following NDATA). For parsed entities, contains the empty string.
Script
String. For unparsed entities, the name of the notation for the entity (the name following NDATA). For parsed entities, contains the empty string.
C/C++
- S_OK
Value returned if successful.
- S_FALSE
Value returned when no notation is specified.
- E_INVALIDARG
Value returned if name is Null.
For unparsed entities, the notationName property contains the name of the notation for the entity (the name following NDATA). For parsed entities, it contains the empty string. Note that the name of the entity is available using the nodeName Property.
This property is read-only, and applies to the following interface:
Header |
msxml2.h, |