DOMNodeWalker
Inherits From: NSObject
Declared In: DOMNodeWalker.h
Methods: - initWithTarget:selector:context: , - context , - rootNode , - currentParentNode , - currentNode , - walkNode: , - stopWalking


Class Description
No class description.


Instance Variables
id target;
SEL selector;
id ctx;
BOOL isStopped;
id rootNode;
id currentParentNode;
id currentNode;

targetNo description.
selectorNo description.
ctxNo description.
isStoppedNo description.
rootNodeNo description.
currentParentNodeNo description.
currentNodeNo description.



Method Types
- initWithTarget:selector:context:
- context
- rootNode
- currentParentNode
- currentNode
- walkNode:
- stopWalking


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

currentNode
- (id)currentNode
No method description.

currentParentNode
- (id)currentParentNode
No method description.

initWithTarget:selector:context:
- (id)initWithTarget:(id)_target selector:(SEL)_selector context:(id)_ctx
No method description.

rootNode
- (id)rootNode
No method description.

stopWalking
- (void)stopWalking
No method description.

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


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