Implement named character entity replacement
https://html.spec.whatwg.org/multipage/syntax.html#tokenizing-character-references
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
@interface HTMLTokenizerEntities : NSObject
|
||||
|
||||
+ (NSArray *)entityNames;
|
||||
+ (NSString *)replacementForNamedCharacterEntity:(NSString *)entity;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user