Interface INotationDeclaration
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.xml/javax/xml/stream/events/NotationDeclaration.html
public interface INotationDeclaration : IXMLEvent, IXMLStreamConstants
- Inherited Members
Properties
Name
String Name { get; }
Property Value
PublicId
String PublicId { get; }
Property Value
SystemId
String SystemId { get; }