|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
TreeWalker |
| Module: | traversal |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
firstChild |
Node firstChild();
lastChild |
Node lastChild();
nextNode |
Node nextNode();
nextSibling |
Node nextSibling();
parentNode |
Node parentNode();
previousNode |
Node previousNode();
previousSibling |
Node previousSibling();
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