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

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
NextChar bool
ScanFraction double
ScanName string
ScanNumber double
ScanString string
SkipSpace void

Public Methods

Method Description
NextLex ( ) : bool
XPathScanner ( string xpathExpr ) : System

Private Methods

Method Description
NextChar ( ) : bool
ScanFraction ( ) : double
ScanName ( ) : string
ScanNumber ( ) : double
ScanString ( ) : string
SkipSpace ( ) : void

Method Details

NextLex() public method

public NextLex ( ) : bool
return bool

XPathScanner() public method

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