TreeWalker

Module:
traversal
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

firstChild
lastChild
nextNode
nextSibling
parentNode
previousNode
previousSibling

firstChild


Node firstChild(); 


lastChild


Node lastChild(); 


nextNode


Node nextNode(); 


nextSibling


Node nextSibling(); 


parentNode


Node parentNode(); 


previousNode


Node previousNode(); 


previousSibling


Node previousSibling(); 

Member Data

currentNode
expandEntityReferences
filter
root
whatToShow

currentNode


attribute Node currentNode setter raises(DOMException); 


expandEntityReferences


readonly attribute boolean expandEntityReferences; 


filter


readonly attribute NodeFilter filter; 


root


readonly attribute Node root; 


whatToShow


readonly attribute unsigned long whatToShow; 

 

Last Updated: 2009-05-29