IDocumentTraversal interface

Provides a way to traverse a filtered list of nodes either in a flat or tree-structured representation.

Members

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

  • Methods

Methods

The IDocumentTraversal interface has these methods.

Method Description
createNodeIterator

Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.

createTreeWalker

Creates a TreeWalker object that you can use to traverse filtered lists of nodes or elements in a document.

 

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