Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IXmlDtdOptions

The options used to create a new document type definition.

Hierarchy

  • IXmlDtdOptions

Index

Properties

Properties

name

name: string

The name of the DTD.

Optional pubId

pubId?: string

The public identifier of the DTD, excluding quotation marks. If a public identifier is provided, a system identifier must be provided as well. By default, no public identifier is included.

Optional sysId

sysId?: string

The system identifier of the DTD, excluding quotation marks. By default, no system identifier is included.

Generated using TypeDoc