Interface IDTD
.NET interface for TO BE DEFINED FROM USER
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; }