webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
TreeWalker Interface Reference

import"TreeWalker.idl";

Public Member Functions

Node parentNode ()
 
Node firstChild ()
 
Node lastChild ()
 
Node previousSibling ()
 
Node nextSibling ()
 
Node previousNode ()
 
Node nextNode ()
 

Public Attributes

readonly attribute Node root
 
readonly attribute unsigned long whatToShow
 
readonly attribute NodeFilter filter
 
attribute Node currentNode
 

Member Function Documentation

◆ firstChild()

Node TreeWalker::firstChild ( )

◆ lastChild()

Node TreeWalker::lastChild ( )

◆ nextNode()

Node TreeWalker::nextNode ( )

◆ nextSibling()

Node TreeWalker::nextSibling ( )

◆ parentNode()

Node TreeWalker::parentNode ( )

◆ previousNode()

Node TreeWalker::previousNode ( )

◆ previousSibling()

Node TreeWalker::previousSibling ( )

Member Data Documentation

◆ currentNode

attribute Node TreeWalker::currentNode

◆ filter

readonly attribute NodeFilter TreeWalker::filter

◆ root

readonly attribute Node TreeWalker::root

◆ whatToShow

readonly attribute unsigned long TreeWalker::whatToShow

The documentation for this interface was generated from the following file: