Add class with Named Character Reference dictionary
https://html.spec.whatwg.org/multipage/syntax.html#named-character-references
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// HTMLTokenizerEntities.h
|
||||
// HTMLKit
|
||||
//
|
||||
// Created by Iska on 11/10/14.
|
||||
// Copyright (c) 2014 BrainCookie. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface HTMLTokenizerEntities : NSObject
|
||||
|
||||
+ (NSString *)replacementForNamedCharacterEntity:(NSString *)entity;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user