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

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

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

Метод Описание
AddText ( string text ) : void

Adds text into document. Default implementation passes it up the tree.

AllowWhitespace ( ) : bool
CloseObject ( string closingTagText ) : ParsingObject
CreateChildParsingObject ( ILocation location, string tagid, TagAttributes attributes ) : ParsingObject

Creates a ParsingObject as a child of this one, and returns it.

Защищенные методы

Метод Описание
AddControl ( object control ) : void

Adds control to collection. Default implementation passes it up the tree towards RootParsingObject.

CheckOpen ( ) : void
ParsingObject ( string tagid, ParsingObject parent ) : System

Описание методов

AddControl() защищенный Метод

Adds control to collection. Default implementation passes it up the tree towards RootParsingObject.
protected AddControl ( object control ) : void
control object
Результат void

AddText() публичный Метод

Adds text into document. Default implementation passes it up the tree.
public AddText ( string text ) : void
text string
Результат void

AllowWhitespace() публичный Метод

public AllowWhitespace ( ) : bool
Результат bool

CheckOpen() защищенный Метод

protected CheckOpen ( ) : void
Результат void

CloseObject() публичный Метод

public CloseObject ( string closingTagText ) : ParsingObject
closingTagText string
Результат ParsingObject

CreateChildParsingObject() публичный Метод

Creates a ParsingObject as a child of this one, and returns it.
public CreateChildParsingObject ( ILocation location, string tagid, TagAttributes attributes ) : ParsingObject
location ILocation
tagid string
attributes TagAttributes
Результат ParsingObject

ParsingObject() защищенный Метод

protected ParsingObject ( string tagid, ParsingObject parent ) : System
tagid string
parent ParsingObject
Результат System