C# Class AspNetEdit.Editor.Persistence.ServerObjectParsingObject

Inheritance: ParsingObject
Afficher le fichier Open project: mono/aspeditor

Méthodes publiques

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

Méthodes protégées

Méthode Description
AddControl ( object control ) : void

Private Methods

Méthode Description
IsWhiteSpace ( string s ) : bool

Method Details

AddControl() protected méthode

protected AddControl ( object control ) : void
control object
Résultat void

AddText() public méthode

public AddText ( string text ) : void
text string
Résultat void

CloseObject() public méthode

public CloseObject ( string closingTagText ) : ParsingObject
closingTagText string
Résultat ParsingObject

CreateChildParsingObject() public méthode

public CreateChildParsingObject ( ILocation location, string tagid, TagAttributes attributes ) : ParsingObject
location ILocation
tagid string
attributes TagAttributes
Résultat ParsingObject

ServerObjectParsingObject() public méthode

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