Namespace: ActiproSoftware.Text.Languages.Xml.Implementation Assembly: ActiproSoftware.Text.Addons.Xml.Wpf.dll Provides the base requirements of an object that stores the results of a XML language parsing operation. public interface IXmlParseData : ILLParseData, IParseData, IParseErrorProviderCopy Properties IsWellFormed Gets whether the XML is well-formed. bool IsWellFormed { get; }Copy Property Value bool: true if the XML is well-formed; otherwise, false. See Also XmlParseData Inherited Members ILLParseData.Ast IParseErrorProvider.Errors IParseErrorProvider.Snapshot See Also XmlParseData