Interface IDTD
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/javax/xml/stream/events/DTD.html
public interface IDTD : IXMLEvent, IXMLStreamConstants
- Inherited Members
Properties
DocumentTypeDeclaration
String DocumentTypeDeclaration { get; }
Property Value
Entities
List<EntityDeclaration> Entities { get; }
Property Value
Notations
List<NotationDeclaration> Notations { get; }
Property Value
ProcessedDTD
object ProcessedDTD { get; }