Static Method Summary
| Static Public Methods | ||
| public static |
findStyle(fragment: DocumentFragment): Element[] |
|
| public static |
identifierOf(tagName: string): string |
|
| public static |
|
|
| public static |
|
|
| public static |
async parseHTML(path: string): DocumentFragment |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(path: string) |
|
Method Summary
| Public Methods | ||
| public |
async toHTML(): DocumentFragment |
|
| public |
|
|
| Protected Methods | ||
| protected |
|
|
Static Public Methods
public static findStyle(fragment: DocumentFragment): Element[] source
Params:
| Name | Type | Attribute | Description |
| fragment | DocumentFragment |
public static identifierOf(tagName: string): string source
Params:
| Name | Type | Attribute | Description |
| tagName | string |
public static packJS(path: String): String source
Params:
| Name | Type | Attribute | Description |
| path | String | Full name of a JS file |
public static async parseHTML(path: string): DocumentFragment source
Params:
| Name | Type | Attribute | Description |
| path | string |
