Table of Contents

Interface INotation

Namespace
Org.W3c.Dom
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/org/w3c/dom/Notation.html

public interface INotation : INode
Inherited Members

Properties

PublicId

String PublicId { get; }

Property Value

String

SystemId

String SystemId { get; }

Property Value

String