import { Element } from "https://deno.land/x/lol_html@0.0.6/mod.ts";
Methods
after(content: string, content_type?: ContentType): void
append(content: string, content_type?: ContentType): void
before(content: string, content_type?: ContentType): void
free(): void
getAttribute(name: string): string | undefined
hasAttribute(name: string): boolean
prepend(content: string, content_type?: ContentType): void
remove(): void
removeAndKeepContent(): void
removeAttribute(name: string): void
replace(content: string, content_type?: ContentType): void
setAttribute(name: string, value: string): void
setInnerContent(content: string, content_type?: ContentType): void