<PackageReference Include="Newtonsoft.Json" Version="10.0.1" />

IXmlElement

interface IXmlElement : IXmlNode
namespace Newtonsoft.Json.Converters { internal interface IXmlElement : IXmlNode { bool IsEmpty { get; } void SetAttributeNode(IXmlNode attribute); string GetPrefixOfNamespace(string namespaceUri); } }