Interface
IDocumentType

Definition

Properties

Entities

Declaration

cs-api-definition
INamedNodeMap Entities { get; }

Property Value

INamedNodeMap

InternalSubset

The internal subset as a string.The actual content returned depends on how much information is available to the implementation. This may vary depending on various parameters, including the XML processor used to build the document.

Declaration

cs-api-definition
string InternalSubset { get; }

Property Value

string

Name

The name of DTD; i.e., the name immediately following the

DOCTYPE
keyword.

Declaration

cs-api-definition
string Name { get; }

Property Value

string

Notations

Declaration

cs-api-definition
INamedNodeMap Notations { get; }

Property Value

INamedNodeMap

PublicId

The public identifier of the external subset.

Declaration

cs-api-definition
string PublicId { get; }

Property Value

string

SystemId

The system identifier of the external subset.

Declaration

cs-api-definition
string SystemId { get; }

Property Value

string