This topic has not yet been rated - Rate this topic

IElementSelector interface

Implements the W3C Selectors API. The W3C Selectors API supports searching for one or more elements that match a given CSS Selector string.

Members

The IElementSelector interface inherits from the IDispatch interface but does not have additional members.

Remarks

Note   The W3C Selectors API will function only in IE8 Standards mode.

This API is faster than the equivalent script methods.

Requirements

Minimum supported client

Windows XP with SP2 [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

Reference
IDocumentSelector
Conceptual
Selecting Objects with JavaScript
Other Resources
W3C Selectors API
W3C Selectors

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.