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