MathAnnotationXmlElement
The annotation-xml math element.
using AngleSharp.Dom;
using System.Runtime.CompilerServices;
namespace AngleSharp.Mathml.Dom
{
internal sealed class MathAnnotationXmlElement : MathElement
{
[System.Runtime.CompilerServices.NullableContext(1)]
public MathAnnotationXmlElement(Document owner, [System.Runtime.CompilerServices.Nullable(2)] string prefix = null)
: base(owner, TagNames.AnnotationXml, prefix, NodeFlags.Special | NodeFlags.Scoped)
{
}
}
}