In This Article

XmlParseData Class

Stores the results of a XML language parsing operation.

public class XmlParseData : LLParseData, IXmlParseData, ILLParseData, IParseData, IParseErrorProvider
Inheritance:
Object LLParseData Object
Implements:
IXmlParseData ILLParseData IParseData IParseErrorProvider

Constructors

XmlParseData()

public XmlParseData()

Properties

IsWellFormed

Gets or sets whether the XML is well-formed.

public bool IsWellFormed { get; set; }

Property Value

Boolean:

true if the XML is well-formed; otherwise, false.

Inherited Members