Table of Contents

Interface INotationDeclaration

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/NotationDeclaration.html

public interface INotationDeclaration : IXMLEvent, IXMLStreamConstants
Inherited Members

Properties

Name

String Name { get; }

Property Value

String

PublicId

String PublicId { get; }

Property Value

String

SystemId

String SystemId { get; }

Property Value

String