C# Class MS.Internal.Xml.XPath.XPathScanner

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

Private Properties

Свойство Type Description
NextChar bool
ScanFraction double
ScanName string
ScanNumber double
ScanString string
SkipSpace void

Méthodes publiques

Méthode Description
NextLex ( ) : bool
XPathScanner ( string xpathExpr ) : System

Private Methods

Méthode Description
NextChar ( ) : bool
ScanFraction ( ) : double
ScanName ( ) : string
ScanNumber ( ) : double
ScanString ( ) : string
SkipSpace ( ) : void

Method Details

NextLex() public méthode

public NextLex ( ) : bool
Résultat bool

XPathScanner() public méthode

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