AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.2-alpha-255" />

.NET API 887,296 bytes

 Notation

public sealed class Notation : Node
Represents a notation node.
public string PublicId { get; set; }

Gets or sets the value of the public identifier.

public string SystemId { get; set; }

Gets or sets the value of the system identifier.

public Notation(Document owner, string name)

Creates a new notation node.