C# 클래스 Alba.Jaml.MSInternal.MeScanner

파일 보기 프로젝트 열기: Athari/Alba.Jaml 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Advance bool
AdvanceOverWhitespace void
IsWhitespaceChar bool
PushBack void
ReadString string
RemoveEscapes string
ResolvePropertyName void
ResolveTypeName void

공개 메소드들

메소드 설명
MeScanner ( XamlParserContext context, string text, int lineNumber, int linePosition ) : System
Read ( ) : void

비공개 메소드들

메소드 설명
Advance ( ) : bool
AdvanceOverWhitespace ( ) : void
IsWhitespaceChar ( char ch ) : bool
PushBack ( ) : void
ReadString ( ) : string
RemoveEscapes ( string value ) : string
ResolvePropertyName ( string longName ) : void
ResolveTypeName ( string longName ) : void

메소드 상세

MeScanner() 공개 메소드

public MeScanner ( XamlParserContext context, string text, int lineNumber, int linePosition ) : System
context XamlParserContext
text string
lineNumber int
linePosition int
리턴 System

Read() 공개 메소드

public Read ( ) : void
리턴 void