C# 클래스 System.Xml.Xsl.XPath.XPathScanner

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
CheckToken ( LexKind t ) : void
CreateException ( string resId ) : XPathCompileException
IsKeyword ( string keyword ) : bool
LexKindToString ( LexKind t ) : string
NextLex ( ) : bool
PassToken ( LexKind t ) : void
XPathScanner ( string xpathExpr ) : System.Diagnostics
XPathScanner ( string xpathExpr, int startFrom ) : System.Diagnostics

비공개 메소드들

메소드 설명
NextChar ( ) : bool
ScanFraction ( ) : void
ScanNCName ( ) : string
ScanNumber ( ) : void
ScanString ( ) : void
SetSourceIndex ( int index ) : void
SkipSpace ( ) : void

메소드 상세

CheckToken() 공개 메소드

public CheckToken ( LexKind t ) : void
t LexKind
리턴 void

CreateException() 공개 메소드

public CreateException ( string resId ) : XPathCompileException
resId string
리턴 XPathCompileException

IsKeyword() 공개 메소드

public IsKeyword ( string keyword ) : bool
keyword string
리턴 bool

LexKindToString() 공개 메소드

public LexKindToString ( LexKind t ) : string
t LexKind
리턴 string

NextLex() 공개 메소드

public NextLex ( ) : bool
리턴 bool

PassToken() 공개 메소드

public PassToken ( LexKind t ) : void
t LexKind
리턴 void

XPathScanner() 공개 메소드

public XPathScanner ( string xpathExpr ) : System.Diagnostics
xpathExpr string
리턴 System.Diagnostics

XPathScanner() 공개 메소드

public XPathScanner ( string xpathExpr, int startFrom ) : System.Diagnostics
xpathExpr string
startFrom int
리턴 System.Diagnostics