Table of Contents

Interface IEntity

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

public interface IEntity : INode
Inherited Members

Properties

InputEncoding

String InputEncoding { get; }

Property Value

String

NotationName

String NotationName { get; }

Property Value

String

PublicId

String PublicId { get; }

Property Value

String

SystemId

String SystemId { get; }

Property Value

String

XmlEncoding

String XmlEncoding { get; }

Property Value

String

XmlVersion

String XmlVersion { get; }

Property Value

String