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
nodeISyntaxNodeISyntaxNodeto be a root of parsed XML syntax tree.prevPosPointReceives previously parsed position of the XML code.
Returns
- bool
True if succeed; otherwise, false.