nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
TreeWalker Interface Reference

import <dom.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
 

Detailed Description

Definition at line 425 of file dom.idl.

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

Definition at line 429 of file dom.idl.

◆ filter

readonly attribute NodeFilter TreeWalker::filter

Definition at line 428 of file dom.idl.

◆ root

readonly attribute Node TreeWalker::root

Definition at line 426 of file dom.idl.

◆ whatToShow

readonly attribute unsigned long TreeWalker::whatToShow

Definition at line 427 of file dom.idl.


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