C# Class Microsoft.DocAsCode.Build.TableOfContents.MarkdownTocReader.ParseRule

显示文件 Open project: dotnet/docfx

Public Methods

Method Description
Apply ( ParseState state, Match match ) : ParseState
Match ( string text ) : Match

Protected Methods

Method Description
ApplyCore ( ParseState state, int level, string text, string href, string uid = null ) : ParseState

Method Details

Apply() public abstract method

public abstract Apply ( ParseState state, Match match ) : ParseState
state ParseState
match System.Text.RegularExpressions.Match
return ParseState

ApplyCore() protected method

protected ApplyCore ( ParseState state, int level, string text, string href, string uid = null ) : ParseState
state ParseState
level int
text string
href string
uid string
return ParseState

Match() public abstract method

public abstract Match ( string text ) : Match
text string
return System.Text.RegularExpressions.Match