C# Class Mvp.Xml.XPointer.XPointerLexer

XPointer lexical analyzer.
Afficher le fichier Open project: Monobjc/monobjc-tools Class Usage Examples

Méthodes publiques

Méthode Description
NextChar ( ) : bool
NextLexeme ( ) : bool
ParseEscapedData ( ) : string
SkipWhiteSpace ( ) : void
XPointerLexer ( string p ) : System

Private Methods

Méthode Description
ParseName ( ) : string

Method Details

NextChar() public méthode

public NextChar ( ) : bool
Résultat bool

NextLexeme() public méthode

public NextLexeme ( ) : bool
Résultat bool

ParseEscapedData() public méthode

public ParseEscapedData ( ) : string
Résultat string

SkipWhiteSpace() public méthode

public SkipWhiteSpace ( ) : void
Résultat void

XPointerLexer() public méthode

public XPointerLexer ( string p ) : System
p string
Résultat System