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

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

공개 메소드들

메소드 설명
DesignTimeParser ( DesignerHost host, Document document ) : System
ParseDocument ( string fragment, Control &controls, string &designDocument ) : void

Parses a document fragment. Processes all controls and directives and adds them to host.

비공개 메소드들

메소드 설명
InitialiseParser ( string parseText ) : AspParser
ParseError ( ILocation location, string message ) : void
ProcessDirective ( string tagid, TagAttributes attributes ) : void
TagParsed ( ILocation location, TagType tagtype, string tagid, TagAttributes attributes ) : void
TextParsed ( ILocation location, string text ) : void

메소드 상세

DesignTimeParser() 공개 메소드

public DesignTimeParser ( DesignerHost host, Document document ) : System
host DesignerHost
document AspNetEdit.Editor.ComponentModel.Document
리턴 System

ParseDocument() 공개 메소드

Parses a document fragment. Processes all controls and directives and adds them to host.
public ParseDocument ( string fragment, Control &controls, string &designDocument ) : void
fragment string The document fragment to parse
controls System.Web.UI.Control
designDocument string
리턴 void