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()

Initializes an instance of the class.

public XmlParseData()

Properties

IsWellFormed

Gets or sets whether the XML is well-formed.

public bool IsWellFormed { get; set; }

Property Value

bool:

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

Inherited Members