C# Class Mvp.Xml.XPointer.XPointerLexer

XPointer lexical analyzer.
Mostrar archivo Open project: Monobjc/monobjc-tools Class Usage Examples

Public Methods

Method Description
NextChar ( ) : bool
NextLexeme ( ) : bool
ParseEscapedData ( ) : string
SkipWhiteSpace ( ) : void
XPointerLexer ( string p ) : System

Private Methods

Method Description
ParseName ( ) : string

Method Details

NextChar() public method

public NextChar ( ) : bool
return bool

NextLexeme() public method

public NextLexeme ( ) : bool
return bool

ParseEscapedData() public method

public ParseEscapedData ( ) : string
return string

SkipWhiteSpace() public method

public SkipWhiteSpace ( ) : void
return void

XPointerLexer() public method

public XPointerLexer ( string p ) : System
p string
return System