AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0" />

.NET API 960,512 bytes

 Entity

public sealed class Entity : Node
Represents an entity node.
public string InputEncoding { get; }

Gets the used input encoding.

public string NotationName { get; set; }

Gets or sets the notation name.

public string PublicId { get; }

Gets the public identiifer.

public string SystemId { get; }

Gets the system identifier.

public string XmlEncoding { get; }

Gets the used XML encoding.

public string XmlVersion { get; }

Gets the used XML version.

public Entity(Document owner)

Creates a new entity node.

public Entity(Document owner, string name)

Creates a new entity node.