C# Class System.Web.Compilation.AspGenerator.CodeRenderParser

Show file Open project: kumpera/mono

Public Methods

Method Description
AddChildren ( AspGenerator generator ) : void
CodeRenderParser ( string str, ControlBuilder builder, ILocation location ) : System

Private Methods

Method Description
DoParse ( string str ) : void
DoParseExpressions ( string str ) : void
ParseError ( ILocation location, string message ) : void
TagParsed ( ILocation location, TagType tagtype, string tagid, TagAttributes attributes ) : void
TextParsed ( ILocation location, string text ) : void

Method Details

AddChildren() public method

public AddChildren ( AspGenerator generator ) : void
generator AspGenerator
return void

CodeRenderParser() public method

public CodeRenderParser ( string str, ControlBuilder builder, ILocation location ) : System
str string
builder System.Web.UI.ControlBuilder
location ILocation
return System