C# 클래스 AspNetEdit.Editor.Persistence.AspParser

상속: ILocation
파일 보기 프로젝트 열기: mono/aspeditor 1 사용 예제들

공개 메소드들

메소드 설명
AspParser ( string filename, TextReader input ) : System
Parse ( ) : void

비공개 메소드들

메소드 설명
BeginElement ( ) : void
Eat ( int expected_token ) : bool
EndElement ( ) : void
GetAttributes ( ) : TagAttributes
GetInclude ( string str, string &pathType, string &filename ) : bool
GetServerTag ( TagType &tagtype, string &id, TagAttributes &attributes ) : void
GetTag ( TagType &tagtype, string &id, TagAttributes &attributes ) : void
GetVerbatim ( int token, string end ) : string
OnError ( string msg ) : void
OnTagParsed ( TagType tagtype, string id, TagAttributes attributes ) : void
OnTextParsed ( string text ) : void
RemoveComments ( string text ) : string

메소드 상세

AspParser() 공개 메소드

public AspParser ( string filename, TextReader input ) : System
filename string
input TextReader
리턴 System

Parse() 공개 메소드

public Parse ( ) : void
리턴 void