Module

x/deno_dom/src/api.ts>DocumentType

Browser DOM & HTML parser in Deno
Very Popular
Latest
class DocumentType
extends Node
import { DocumentType } from "https://dotland.deno.dev/x/deno_dom@v0.1.48/src/api.ts";

Constructors

new
DocumentType(
name: string,
publicId: string,
systemId: string,
key: CTOR_KEY,
)

Properties

readonly
name: string
readonly
publicId: string
readonly
systemId: string
import DocumentType
import { DocumentType } from "https://dotland.deno.dev/x/deno_dom@v0.1.48/src/api.ts";