Interface IDocumentType
.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
InternalSubset
String InternalSubset { get; }
Property Value
Name
String Name { get; }
Property Value
Notations
NamedNodeMap Notations { get; }
Property Value
PublicId
String PublicId { get; }
Property Value
SystemId
String SystemId { get; }