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

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

CheckToken() public méthode

public CheckToken ( LexKind t ) : void
t LexKind
Résultat void

CreateException() public méthode

public CreateException ( string resId ) : XPathCompileException
resId string
Résultat XPathCompileException

IsKeyword() public méthode

public IsKeyword ( string keyword ) : bool
keyword string
Résultat bool

LexKindToString() public méthode

public LexKindToString ( LexKind t ) : string
t LexKind
Résultat string

NextLex() public méthode

public NextLex ( ) : bool
Résultat bool

PassToken() public méthode

public PassToken ( LexKind t ) : void
t LexKind
Résultat void

XPathScanner() public méthode

public XPathScanner ( string xpathExpr ) : System.Diagnostics
xpathExpr string
Résultat System.Diagnostics

XPathScanner() public méthode

public XPathScanner ( string xpathExpr, int startFrom ) : System.Diagnostics
xpathExpr string
startFrom int
Résultat System.Diagnostics