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

import <dom.idl;

Public Member Functions

Node nextNode ()
 
Node previousNode ()
 
void detach ()
 

Public Attributes

readonly attribute Node root
 
readonly attribute Node referenceNode
 
readonly attribute boolean pointerBeforeReferenceNode
 
readonly attribute unsigned long whatToShow
 
readonly attribute NodeFilter filter
 

Detailed Description

Definition at line 411 of file dom.idl.

Member Function Documentation

◆ detach()

void NodeIterator::detach ( )

◆ nextNode()

Node NodeIterator::nextNode ( )

◆ previousNode()

Node NodeIterator::previousNode ( )

Member Data Documentation

◆ filter

readonly attribute NodeFilter NodeIterator::filter

Definition at line 416 of file dom.idl.

◆ pointerBeforeReferenceNode

readonly attribute boolean NodeIterator::pointerBeforeReferenceNode

Definition at line 414 of file dom.idl.

◆ referenceNode

readonly attribute Node NodeIterator::referenceNode

Definition at line 413 of file dom.idl.

◆ root

readonly attribute Node NodeIterator::root

Definition at line 412 of file dom.idl.

◆ whatToShow

readonly attribute unsigned long NodeIterator::whatToShow

Definition at line 415 of file dom.idl.


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