Table of Contents

Interface IDocumentType

Namespace
Org.W3c.Dom
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/DocumentType.html

public interface IDocumentType : INode
Inherited Members

Properties

Entities

NamedNodeMap Entities { get; }

Property Value

NamedNodeMap

InternalSubset

String InternalSubset { get; }

Property Value

String

Name

String Name { get; }

Property Value

String

Notations

NamedNodeMap Notations { get; }

Property Value

NamedNodeMap

PublicId

String PublicId { get; }

Property Value

String

SystemId

String SystemId { get; }

Property Value

String