C# Class LayoutFarm.Composers.HtmlTextNode

Inheritance: LayoutFarm.WebDom.DomTextNode
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
HtmlTextNode ( WebDocument ownerDoc, char buffer ) : System
ToString ( ) : string
WriteTextNode ( DomTextWriter writer ) : void

Private Methods

Method Description
InternalGetRuns ( ) : List
SetSplitParts ( List runs, bool hasSomeChar ) : void

Method Details

HtmlTextNode() public method

public HtmlTextNode ( WebDocument ownerDoc, char buffer ) : System
ownerDoc LayoutFarm.WebDom.WebDocument
buffer char
return System

ToString() public method

public ToString ( ) : string
return string

WriteTextNode() public method

public WriteTextNode ( DomTextWriter writer ) : void
writer LayoutFarm.WebDom.DomTextWriter
return void