Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
ELEMENTNAMESPACEFLAGS_ALLOWANYTAG
Allows any tag to be added to the namespace.ELEMENTNAMESPACEFLAGS_QUERYFORUNKNOWNTAGS
If this flag is specified, MSHTML calls QueryInterface for the IElementNamespaceFactoryCallback interface and calls the IElementNamespaceFactoryCallback::Resolve method for each unknown tag.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |