Table of Contents

Interface IDTD

Namespace
Javax.Xml.Stream.Events
Assembly
MASES.JNet.dll

.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

String

Entities

List Entities { get; }

Property Value

List

Notations

List Notations { get; }

Property Value

List

ProcessedDTD

object ProcessedDTD { get; }

Property Value

object