In This Article

XmlParserContext Class

Stores parser context information for a XML language grammar parser.

public class XmlParserContext
Inheritance:
object object

Constructors

XmlParserContext()

Initializes an instance of the class.

public XmlParserContext()

Properties

ElementStack

The element stack.

public Stack<IAstNode> ElementStack { get; }

Property Value

Stack<IAstNode>

IsWellFormed

Indicates whether the XML is well-formed.

public bool IsWellFormed { get; set; }

Property Value

bool:

The default value is true.

Inherited Members

Extension Methods