C# Class System.Xml.Xsl.XPath.XPathScanner

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
NextChar ( ) : bool
ScanFraction ( ) : void
ScanNCName ( ) : string
ScanNumber ( ) : void
ScanString ( ) : void
SetSourceIndex ( int index ) : void
SkipSpace ( ) : void

Method Details

CheckToken() public method

public CheckToken ( LexKind t ) : void
t LexKind
return void

CreateException() public method

public CreateException ( string resId ) : XPathCompileException
resId string
return XPathCompileException

IsKeyword() public method

public IsKeyword ( string keyword ) : bool
keyword string
return bool

LexKindToString() public method

public LexKindToString ( LexKind t ) : string
t LexKind
return string

NextLex() public method

public NextLex ( ) : bool
return bool

PassToken() public method

public PassToken ( LexKind t ) : void
t LexKind
return void

XPathScanner() public method

public XPathScanner ( string xpathExpr ) : System.Diagnostics
xpathExpr string
return System.Diagnostics

XPathScanner() public method

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