DOMTreeWalker
Inherits From: NSObject
Declared In: DOM/DOMTreeWalker.h
Methods: - root , - whatToShow , - filter , - expandEntityReferences , - setCurrentNode: , - currentNode , - parentNode , - firstChild , - lastChild , - previousSibling , - nextSibling , - previousNode , - nextNode


Class Description
No class description.


Instance Variables
id root;
unsigned long whatToShow;
id filter;
BOOL expandEntityReferences;
id currentNode;
NSArray *visibleChildren;

rootNo description.
whatToShowNo description.
filterNo description.
expandEntityReferencesNo description.
currentNodeNo description.
visibleChildrenNo description.



Method Types
- root
- whatToShow
- filter
- expandEntityReferences
- setCurrentNode:
- currentNode
- parentNode
- firstChild
- lastChild
- previousSibling
- nextSibling
- previousNode
- nextNode


Instance Methods
currentNode
- (id)currentNode
No method description.

expandEntityReferences
- (BOOL)expandEntityReferences
No method description.

filter
- (id)filter
No method description.

firstChild
- (id)firstChild
No method description.

lastChild
- (id)lastChild
No method description.

nextNode
- (id)nextNode
No method description.

nextSibling
- (id)nextSibling
No method description.

parentNode
- (id)parentNode
No method description.

previousNode
- (id)previousNode
No method description.

previousSibling
- (id)previousSibling
No method description.

root
- (id)root
No method description.

setCurrentNode:
- (void)setCurrentNode:(id)_node
No method description.

whatToShow
- (unsigned long)whatToShow
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.