stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
26
node_modules/mathjax-full/js/handlers/html/HTMLDomStrings.d.ts
generated
vendored
Normal file
26
node_modules/mathjax-full/js/handlers/html/HTMLDomStrings.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
import { OptionList } from '../../util/Options.js';
|
||||
import { DOMAdaptor } from '../../core/DOMAdaptor.js';
|
||||
export declare type HTMLNodeList<N, T> = [N | T, number][];
|
||||
export declare class HTMLDomStrings<N, T, D> {
|
||||
static OPTIONS: OptionList;
|
||||
protected options: OptionList;
|
||||
protected strings: string[];
|
||||
protected string: string;
|
||||
protected snodes: HTMLNodeList<N, T>;
|
||||
protected nodes: HTMLNodeList<N, T>[];
|
||||
protected stack: [N | T, boolean][];
|
||||
protected skipHtmlTags: RegExp;
|
||||
protected ignoreHtmlClass: RegExp;
|
||||
protected processHtmlClass: RegExp;
|
||||
adaptor: DOMAdaptor<N, T, D>;
|
||||
constructor(options?: OptionList);
|
||||
protected init(): void;
|
||||
protected getPatterns(): void;
|
||||
protected pushString(): void;
|
||||
protected extendString(node: N | T, text: string): void;
|
||||
protected handleText(node: T, ignore: boolean): N | T;
|
||||
protected handleTag(node: N, ignore: boolean): N | T;
|
||||
protected handleContainer(node: N, ignore: boolean): [N | T, boolean];
|
||||
protected handleOther(node: N, _ignore: boolean): N | T;
|
||||
find(node: N | T): [string[], HTMLNodeList<N, T>[]];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue