C# Class AspNetEdit.Editor.Persistence.DesignTimeParser

Afficher le fichier Open project: mono/aspeditor Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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

Method Details

DesignTimeParser() public méthode

public DesignTimeParser ( DesignerHost host, Document document ) : System
host DesignerHost
document AspNetEdit.Editor.ComponentModel.Document
Résultat System

ParseDocument() public méthode

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
Résultat void