Interface INotationDeclaration
.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
https://docs.oracle.com/javase/8/docs/api/javax/xml/stream/events/NotationDeclaration.html#getName--
String Name { get; }
Property Value
PublicId
String PublicId { get; }
Property Value
SystemId
String SystemId { get; }