C# Class AspNetEdit.Editor.Persistence.ServerObjectParsingObject

Inheritance: ParsingObject
Datei anzeigen Open project: mono/aspeditor

Public Methods

Method Description
AddText ( string text ) : void
CloseObject ( string closingTagText ) : ParsingObject
CreateChildParsingObject ( ILocation location, string tagid, TagAttributes attributes ) : ParsingObject
ServerObjectParsingObject ( Type type, Hashtable attributes, string tagid, ParsingObject parent ) : System

Protected Methods

Method Description
AddControl ( object control ) : void

Private Methods

Method Description
IsWhiteSpace ( string s ) : bool

Method Details

AddControl() protected method

protected AddControl ( object control ) : void
control object
return void

AddText() public method

public AddText ( string text ) : void
text string
return void

CloseObject() public method

public CloseObject ( string closingTagText ) : ParsingObject
closingTagText string
return ParsingObject

CreateChildParsingObject() public method

public CreateChildParsingObject ( ILocation location, string tagid, TagAttributes attributes ) : ParsingObject
location ILocation
tagid string
attributes TagAttributes
return ParsingObject

ServerObjectParsingObject() public method

public ServerObjectParsingObject ( Type type, Hashtable attributes, string tagid, ParsingObject parent ) : System
type System.Type
attributes System.Collections.Hashtable
tagid string
parent ParsingObject
return System