C# Class MarkdownDeep.StringScanner

Afficher le fichier Open project: toptensoftware/markdowndeep Class Usage Examples

Méthodes publiques

Méthode Description
CharAtOffset ( int offset ) : char
DoesMatch ( char ch ) : bool
DoesMatch ( int offset, char ch ) : bool
DoesMatch ( string str ) : bool
DoesMatchAny ( char chars ) : bool
DoesMatchAny ( int offset, char chars ) : bool
DoesMatchI ( string str ) : bool
Extract ( ) : string
Find ( char ch ) : bool
Find ( string find ) : bool
FindAny ( char chars ) : bool
FindI ( string find ) : bool
IsLineEnd ( char ch ) : bool
IsLineSpace ( char ch ) : bool
Mark ( ) : void
Reset ( string str ) : void
Reset ( string str, int pos ) : void
Reset ( string str, int pos, int len ) : void
SkipChar ( char ch ) : bool
SkipEol ( ) : bool
SkipFootnoteID ( string &id ) : bool
SkipForward ( int characters ) : void
SkipHtmlEntity ( string &entity ) : bool
SkipIdentifier ( string &identifier ) : bool
SkipLinespace ( ) : bool
SkipString ( string str ) : bool
SkipStringI ( string str ) : bool
SkipToEof ( ) : void
SkipToEol ( ) : void
SkipToNextLine ( ) : void
SkipWhitespace ( ) : bool
StringScanner ( ) : System
StringScanner ( string str ) : System
StringScanner ( string str, int pos ) : System
StringScanner ( string str, int pos, int len ) : System
Substring ( int start ) : string
Substring ( int start, int len ) : string

Private Methods

Méthode Description
IsUrlChar ( char ch ) : bool

Method Details

CharAtOffset() public méthode

public CharAtOffset ( int offset ) : char
offset int
Résultat char

DoesMatch() public méthode

public DoesMatch ( char ch ) : bool
ch char
Résultat bool

DoesMatch() public méthode

public DoesMatch ( int offset, char ch ) : bool
offset int
ch char
Résultat bool

DoesMatch() public méthode

public DoesMatch ( string str ) : bool
str string
Résultat bool

DoesMatchAny() public méthode

public DoesMatchAny ( char chars ) : bool
chars char
Résultat bool

DoesMatchAny() public méthode

public DoesMatchAny ( int offset, char chars ) : bool
offset int
chars char
Résultat bool

DoesMatchI() public méthode

public DoesMatchI ( string str ) : bool
str string
Résultat bool

Extract() public méthode

public Extract ( ) : string
Résultat string

Find() public méthode

public Find ( char ch ) : bool
ch char
Résultat bool

Find() public méthode

public Find ( string find ) : bool
find string
Résultat bool

FindAny() public méthode

public FindAny ( char chars ) : bool
chars char
Résultat bool

FindI() public méthode

public FindI ( string find ) : bool
find string
Résultat bool

IsLineEnd() public static méthode

public static IsLineEnd ( char ch ) : bool
ch char
Résultat bool

IsLineSpace() public static méthode

public static IsLineSpace ( char ch ) : bool
ch char
Résultat bool

Mark() public méthode

public Mark ( ) : void
Résultat void

Reset() public méthode

public Reset ( string str ) : void
str string
Résultat void

Reset() public méthode

public Reset ( string str, int pos ) : void
str string
pos int
Résultat void

Reset() public méthode

public Reset ( string str, int pos, int len ) : void
str string
pos int
len int
Résultat void

SkipChar() public méthode

public SkipChar ( char ch ) : bool
ch char
Résultat bool

SkipEol() public méthode

public SkipEol ( ) : bool
Résultat bool

SkipFootnoteID() public méthode

public SkipFootnoteID ( string &id ) : bool
id string
Résultat bool

SkipForward() public méthode

public SkipForward ( int characters ) : void
characters int
Résultat void

SkipHtmlEntity() public méthode

public SkipHtmlEntity ( string &entity ) : bool
entity string
Résultat bool

SkipIdentifier() public méthode

public SkipIdentifier ( string &identifier ) : bool
identifier string
Résultat bool

SkipLinespace() public méthode

public SkipLinespace ( ) : bool
Résultat bool

SkipString() public méthode

public SkipString ( string str ) : bool
str string
Résultat bool

SkipStringI() public méthode

public SkipStringI ( string str ) : bool
str string
Résultat bool

SkipToEof() public méthode

public SkipToEof ( ) : void
Résultat void

SkipToEol() public méthode

public SkipToEol ( ) : void
Résultat void

SkipToNextLine() public méthode

public SkipToNextLine ( ) : void
Résultat void

SkipWhitespace() public méthode

public SkipWhitespace ( ) : bool
Résultat bool

StringScanner() public méthode

public StringScanner ( ) : System
Résultat System

StringScanner() public méthode

public StringScanner ( string str ) : System
str string
Résultat System

StringScanner() public méthode

public StringScanner ( string str, int pos ) : System
str string
pos int
Résultat System

StringScanner() public méthode

public StringScanner ( string str, int pos, int len ) : System
str string
pos int
len int
Résultat System

Substring() public méthode

public Substring ( int start ) : string
start int
Résultat string

Substring() public méthode

public Substring ( int start, int len ) : string
start int
len int
Résultat string