C# 클래스 Mvp.Xml.XPointer.XPointerLexer

XPointer lexical analyzer.
파일 보기 프로젝트 열기: Monobjc/monobjc-tools 1 사용 예제들

공개 메소드들

메소드 설명
NextChar ( ) : bool
NextLexeme ( ) : bool
ParseEscapedData ( ) : string
SkipWhiteSpace ( ) : void
XPointerLexer ( string p ) : System

비공개 메소드들

메소드 설명
ParseName ( ) : string

메소드 상세

NextChar() 공개 메소드

public NextChar ( ) : bool
리턴 bool

NextLexeme() 공개 메소드

public NextLexeme ( ) : bool
리턴 bool

ParseEscapedData() 공개 메소드

public ParseEscapedData ( ) : string
리턴 string

SkipWhiteSpace() 공개 메소드

public SkipWhiteSpace ( ) : void
리턴 void

XPointerLexer() 공개 메소드

public XPointerLexer ( string p ) : System
p string
리턴 System