Implement a HTML Tree Visitor
The tree visitor walks the DOM in tree order and calls the provided node visitor upon entring and leaving a node.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#import "HTMLRange.h"
|
||||
#import "HTMLDOMTokenList.h"
|
||||
#import "HTMLNodeIterator.h"
|
||||
#import "HTMLTreeVisitor.h"
|
||||
#import "HTMLTreeWalker.h"
|
||||
#import "HTMLNodeFilter.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user