WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMTreeWalker

IID:400af3ca-1dd2-11b2-a50a-887ecca2e63a
Inherits From:nsISupports

Properties

nsIDOMNode currentNode

readonly PRBool expandEntityReferences

readonly nsIDOMNodeFilter filter

readonly nsIDOMNode root

readonly PRUint32 whatToShow


Methods

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

nsIDOMNode firstChild ( )


nsIDOMNode lastChild ( )


nsIDOMNode nextNode ( )


nsIDOMNode nextSibling ( )


nsIDOMNode parentNode ( )


nsIDOMNode previousNode ( )


nsIDOMNode previousSibling ( )


References

This interface is returned from the following methods:

nsIDOMDocumentTraversal.createTreeWalker

Reference documentation is generated from Mozilla's source.