Class XmlLiteralParser
Represents properties and methods to perform syntax analysis of specified xml code text.
public class XmlLiteralParser : XmlParser, IComponent, IDisposable, ISyntaxParser, IParser, ILexer, INotify, IUpdate, IImport
- Inheritance
-
XmlLiteralParser
- Implements
Constructors
- XmlLiteralParser()
Initializes a new instance of the
XmlCommentParserclass with default settings.
Fields
Methods
- ParseText(int, int, string, ref StringItemInfo[])
Performs lexical analysis of given text.
- ParseUnit(ISyntaxNode, ref Point)
Parses a piece of the XML code and inserts the result into the existing SyntaxTree.
- Reset()
Resets
XmlCommentParserto the start position.
- Reset(int, int, int)
Resets
Parserto the specified position.