ELEMENTNAMESPACE_FLAGS enumeration

Specifies options that MSHTML uses to add namespaces with the IElementNamespaceTable::AddNamespace method.

Syntax

typedef enum _ELEMENTNAMESPACE_FLAGS { 
  ELEMENTNAMESPACEFLAGS_ALLOWANYTAG          = 0x1,
  ELEMENTNAMESPACEFLAGS_QUERYFORUNKNOWNTAGS  = 0x2
} ELEMENTNAMESPACE_FLAGS;

Constants

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl