Add methods to select a node and node contents in a HTML Range

This commit is contained in:
iska
2016-11-22 21:42:45 +01:00
parent 9bd9dfbf6b
commit 49799f8bcd
3 changed files with 28 additions and 0 deletions
+1
View File
@@ -16,3 +16,4 @@ NSString * const HTMLKitSyntaxError = @"SyntaxError";
NSString * const HTMLKitInvalidCharacterError = @"InvalidCharacterError";
NSString * const HTMLKitInvalidNodeTypeError = @"InvalidNodeTypeError";
NSString * const HTMLKitIndexSizeError = @"IndexSizeError";
NSString * const HTMLKitWrongDocumentError = @"WrongDocumentError";