Method ParseUnit
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
ISyntaxNodeISyntaxNode
to be a root of parsed XML syntax tree.prevPos
PointReceives previously parsed position of the XML code.
Returns
- bool
True if succeed; otherwise, false.