C# 클래스 System.Web.Compilation.AspParser

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

공개 메소드들

메소드 설명
AspParser ( string filename, TextReader input ) : System
AspParser ( string filename, TextReader input, int startLineOffset, int positionOffset, AspParser outer ) : System
Parse ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
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
OnParsingComplete ( ) : 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

AspParser() 공개 메소드

public AspParser ( string filename, TextReader input, int startLineOffset, int positionOffset, AspParser outer ) : System
filename string
input TextReader
startLineOffset int
positionOffset int
outer AspParser
리턴 System

Parse() 공개 메소드

public Parse ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string