Add implementation for HTML Range surround and insert node

This commit is contained in:
iska
2017-01-08 22:38:41 +01:00
parent fe46b106b2
commit 925848404b
4 changed files with 118 additions and 0 deletions
+1
View File
@@ -17,3 +17,4 @@ NSString * const HTMLKitInvalidCharacterError = @"InvalidCharacterError";
NSString * const HTMLKitInvalidNodeTypeError = @"InvalidNodeTypeError";
NSString * const HTMLKitIndexSizeError = @"IndexSizeError";
NSString * const HTMLKitWrongDocumentError = @"WrongDocumentError";
NSString * const HTMLKitInvalidStateError = @"InvalidStateError";