HTMLParser
You can directly use an instance of this class.
htmlParser
TODO: These methods can probably be combined somehow Parse HTML tags & HTML Characters
Method Summary
Private Methods | ||
private |
backSpaceHtmlChars(curString: string, curStrPos: number, self: Typed): number Backspace HTML tags and HTML Characters |
|
private |
typeHtmlChars(curString: string, curStrPos: number, self: Typed): number Type HTML tags & HTML Characters |