Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether or not a namespace is the default namespace for a document.
![]() ![]() |
Syntax
HRESULT retVal = object.isDefaultNamespace(pvarNamespace, pfDefaultNamespace);
Parameters
pvarNamespace [in]
Type: VARIANT
The namespace to be compared to the default namespace.
pfDefaultNamespace [out, retval]
Type: VARIANT_BOOL
A pointer to a VARIANT_BOOL that receives one of the following values:
VARIANT_TRUE (true)
The namespace specified in the pfDefaultNamespace parameter is the default namespace for the document.
VARIANT_FALSE (false)
Namespace is not the default.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Standards information
See also
Reference
IHTMLDOMNode3::lookupNamespaceURI
Other Resources
.png)
.png)