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
XmlCommentParser
class 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
XmlCommentParser
to the start position.
- Reset(int, int, int)
Resets
Parser
to the specified position.