C# Класс AspNetEdit.Editor.Persistence.DesignTimeParser

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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