Add DOM method for computing a common ancestor of two nodes
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "HTMLDOM.h"
|
||||
|
||||
@interface HTMLDOMUtils : NSObject
|
||||
@class HTMLNode;
|
||||
|
||||
@end
|
||||
extern HTMLNode * GetCommonAncestorContainer(HTMLNode *nodeA, HTMLNode *nodeB);
|
||||
|
||||
Reference in New Issue
Block a user