Table of Contents

Method ParseUnit

Namespace
Alternet.Syntax.Parsers.Advanced
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

ParseUnit(ISyntaxNode, ref Point)

Parses a piece of the XML code and inserts the result into the existing SyntaxTree.

public virtual bool ParseUnit(ISyntaxNode node, ref Point prevPos)

Parameters

node ISyntaxNode

ISyntaxNode to be a root of parsed XML syntax tree.

prevPos Point

Receives previously parsed position of the XML code.

Returns

bool

True if succeed; otherwise, false.