C# 클래스 MarkdownDeep.StringScanner

파일 보기 프로젝트 열기: toptensoftware/markdowndeep 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsUrlChar ( char ch ) : bool

메소드 상세

CharAtOffset() 공개 메소드

public CharAtOffset ( int offset ) : char
offset int
리턴 char

DoesMatch() 공개 메소드

public DoesMatch ( char ch ) : bool
ch char
리턴 bool

DoesMatch() 공개 메소드

public DoesMatch ( int offset, char ch ) : bool
offset int
ch char
리턴 bool

DoesMatch() 공개 메소드

public DoesMatch ( string str ) : bool
str string
리턴 bool

DoesMatchAny() 공개 메소드

public DoesMatchAny ( char chars ) : bool
chars char
리턴 bool

DoesMatchAny() 공개 메소드

public DoesMatchAny ( int offset, char chars ) : bool
offset int
chars char
리턴 bool

DoesMatchI() 공개 메소드

public DoesMatchI ( string str ) : bool
str string
리턴 bool

Extract() 공개 메소드

public Extract ( ) : string
리턴 string

Find() 공개 메소드

public Find ( char ch ) : bool
ch char
리턴 bool

Find() 공개 메소드

public Find ( string find ) : bool
find string
리턴 bool

FindAny() 공개 메소드

public FindAny ( char chars ) : bool
chars char
리턴 bool

FindI() 공개 메소드

public FindI ( string find ) : bool
find string
리턴 bool

IsLineEnd() 공개 정적인 메소드

public static IsLineEnd ( char ch ) : bool
ch char
리턴 bool

IsLineSpace() 공개 정적인 메소드

public static IsLineSpace ( char ch ) : bool
ch char
리턴 bool

Mark() 공개 메소드

public Mark ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( string str ) : void
str string
리턴 void

Reset() 공개 메소드

public Reset ( string str, int pos ) : void
str string
pos int
리턴 void

Reset() 공개 메소드

public Reset ( string str, int pos, int len ) : void
str string
pos int
len int
리턴 void

SkipChar() 공개 메소드

public SkipChar ( char ch ) : bool
ch char
리턴 bool

SkipEol() 공개 메소드

public SkipEol ( ) : bool
리턴 bool

SkipFootnoteID() 공개 메소드

public SkipFootnoteID ( string &id ) : bool
id string
리턴 bool

SkipForward() 공개 메소드

public SkipForward ( int characters ) : void
characters int
리턴 void

SkipHtmlEntity() 공개 메소드

public SkipHtmlEntity ( string &entity ) : bool
entity string
리턴 bool

SkipIdentifier() 공개 메소드

public SkipIdentifier ( string &identifier ) : bool
identifier string
리턴 bool

SkipLinespace() 공개 메소드

public SkipLinespace ( ) : bool
리턴 bool

SkipString() 공개 메소드

public SkipString ( string str ) : bool
str string
리턴 bool

SkipStringI() 공개 메소드

public SkipStringI ( string str ) : bool
str string
리턴 bool

SkipToEof() 공개 메소드

public SkipToEof ( ) : void
리턴 void

SkipToEol() 공개 메소드

public SkipToEol ( ) : void
리턴 void

SkipToNextLine() 공개 메소드

public SkipToNextLine ( ) : void
리턴 void

SkipWhitespace() 공개 메소드

public SkipWhitespace ( ) : bool
리턴 bool

StringScanner() 공개 메소드

public StringScanner ( ) : System
리턴 System

StringScanner() 공개 메소드

public StringScanner ( string str ) : System
str string
리턴 System

StringScanner() 공개 메소드

public StringScanner ( string str, int pos ) : System
str string
pos int
리턴 System

StringScanner() 공개 메소드

public StringScanner ( string str, int pos, int len ) : System
str string
pos int
len int
리턴 System

Substring() 공개 메소드

public Substring ( int start ) : string
start int
리턴 string

Substring() 공개 메소드

public Substring ( int start, int len ) : string
start int
len int
리턴 string