Interface IDocumentType
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/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; }