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:
@@ -16,6 +16,7 @@ extern const unsigned char HTMLKitVersionString[];
|
||||
|
||||
#import "HTMLDOM.h"
|
||||
#import "HTMLParser.h"
|
||||
#import "HTMLSerializer.h"
|
||||
#import "HTMLKitErrorDomain.h"
|
||||
#import "HTMLOrderedDictionary.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user