ISVGLangSpace interface

Defines an interface that applies to all elements that have the standard xml:lang and xml:space XML attributes.

Members

The ISVGLangSpace interface inherits from the IDispatch interface. ISVGLangSpace also has these types of members:

  • Properties

Properties

The ISVGLangSpace interface has these properties.

Property Access type Description

ISVGLangSpace::xmllang

Read/write

Gets or sets a value that specifies the language that is used in the contents and attribute values of an element.

ISVGLangSpace::xmlspace

Read/write

Gets or sets a value that indicates whether white space is preserved in character data.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch