Method | Description | |
---|---|---|
CheckToken ( LexKind t ) : void | ||
CreateException ( string resId ) : |
||
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 |
Method | Description | |
---|---|---|
NextChar ( ) : bool | ||
ScanFraction ( ) : void | ||
ScanNCName ( ) : string | ||
ScanNumber ( ) : void | ||
ScanString ( ) : void | ||
SetSourceIndex ( int index ) : void | ||
SkipSpace ( ) : void |
public CreateException ( string resId ) : |
||
resId | string | |
return |
public LexKindToString ( LexKind t ) : string | ||
t | LexKind | |
return | string |
public XPathScanner ( string xpathExpr ) : System.Diagnostics | ||
xpathExpr | string | |
return | System.Diagnostics |
public XPathScanner ( string xpathExpr, int startFrom ) : System.Diagnostics | ||
xpathExpr | string | |
startFrom | int | |
return | System.Diagnostics |