Mac OS X Reference Library Apple Developer
Search

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; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27