Interface INotation
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/org/w3c/dom/Notation.html
public interface INotation : INode
- Inherited Members
Properties
PublicId
String PublicId { get; }
Property Value
SystemId
String SystemId { get; }