NodeIterator

Module:
traversal
Declared In:

Overview

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



Functions

detach
nextNode
previousNode

detach


void detach(); 


nextNode


Node nextNode() raises (DOMException); 


previousNode


Node previousNode() raises (DOMException); 

Member Data

expandEntityReferences
filter
pointerBeforeReferenceNode
referenceNode
root
whatToShow

expandEntityReferences


readonly attribute boolean expandEntityReferences; 


filter


readonly attribute NodeFilter filter; 


pointerBeforeReferenceNode


readonly attribute boolean pointerBeforeReferenceNode; 


referenceNode


readonly attribute Node referenceNode; 


root


readonly attribute Node root; 


whatToShow


readonly attribute unsigned long whatToShow; 

 

Last Updated: 2009-05-29