C# 클래스 AspNetEdit.Editor.Persistence.ParsingObject

파일 보기 프로젝트 열기: mono/aspeditor 1 사용 예제들

공개 메소드들

메소드 설명
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