Table of Contents

Interface IDTD

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

.NET interface for TO BE DEFINED FROM USER

public interface IDTD : IXMLEvent, IXMLStreamConstants
Inherited Members

Properties

DocumentTypeDeclaration

String DocumentTypeDeclaration { get; }

Property Value

String

Entities

List<EntityDeclaration> Entities { get; }

Property Value

List<EntityDeclaration>

Notations

List<NotationDeclaration> Notations { get; }

Property Value

List<NotationDeclaration>

ProcessedDTD

object ProcessedDTD { get; }

Property Value

object