mimekit-ts - v1.0.0
    Preparing search index...

    Class HtmlDocTypeToken

    An HTML DOCTYPE token.

    Hierarchy (View Summary)

    Index

    The kind of HTML token that this object represents.

    rawTagName: string = 'DOCTYPE'

    internal

    forceQuirksMode: boolean = false
    name: string | null = null

    The DOCTYPE name.

    publicKeyword: string | null = null

    internal set

    systemKeyword: string | null = null

    internal set

    • get publicIdentifier(): string | null

      The DOCTYPE public identifier.

      Returns string | null

    • set publicIdentifier(value: string | null): void

      The DOCTYPE public identifier.

      Parameters

      • value: string | null

      Returns void

    • get systemIdentifier(): string | null

      The DOCTYPE system identifier.

      Returns string | null

    • set systemIdentifier(value: string | null): void

      The DOCTYPE system identifier.

      Parameters

      • value: string | null

      Returns void