XmlParserOptions public struct XmlParserOptions Contains a number of options for the XML parser. Documentation Code namespace AngleSharp.Parser.Xml { public struct XmlParserOptions { public bool IsSuppressingErrors { get; set; } } }