Partager via


ParserContext Classe

Définition

public ref class ParserContext
public class ParserContext
type ParserContext = class
Public Class ParserContext
Héritage
ParserContext

Constructeurs

ParserContext(ITextDocument, ParserBase, ParserBase, ParserBase, ErrorSink)

Propriétés

ActiveParser
CodeParser
CurrentBlock
CurrentCharacter
DesignTimeMode
EndOfFile
Errors
LastAcceptedCharacters
LastSpan
MarkupParser
NullGenerateWhitespaceAndNewLine
Source
WhiteSpaceIsSignificantToAncestorBlock

Méthodes

AddSpan(Span)
CompleteParse()
EndBlock()

Termine le bloc actuel

IsWithin(BlockType)

Obtient une valeur booléenne indiquant si l’un des ancêtres du bloc actuel est du type spécifié

OnError(RazorError)
OnError(SourceLocation, String, Int32, Object[])
OnError(SourceLocation, String, Int32)
StartBlock()

Démarre un bloc

StartBlock(BlockType)

Démarre un bloc du type spécifié

SwitchActiveParser()

S’applique à