메소드 | 설명 | |
---|---|---|
AddText ( string text ) : void |
Adds text into document. Default implementation passes it up the tree.
|
|
AllowWhitespace ( ) : bool | ||
CloseObject ( string closingTagText ) : |
||
CreateChildParsingObject ( ILocation location, string tagid, |
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, |
public CloseObject ( string closingTagText ) : |
||
closingTagText | string | |
리턴 |
public CreateChildParsingObject ( ILocation location, string tagid, |
||
location | ILocation | |
tagid | string | |
attributes | ||
리턴 |
protected ParsingObject ( string tagid, |
||
tagid | string | |
parent | ||
리턴 | System |