Fix initial Node Iterator values
This commit is contained in:
@@ -28,6 +28,8 @@ typedef NS_ENUM(short, TraverseDirection)
|
||||
self = [super init];
|
||||
if (self) {
|
||||
_root = node;
|
||||
_referenceNode = _root;
|
||||
_pointerBeforeReferenceNode = YES;
|
||||
_whatToShow = HTMLNodeFilterShowAll;
|
||||
}
|
||||
return self;
|
||||
|
||||
Reference in New Issue
Block a user