C# Class Microsoft.Html.Core.Test.Utility.TreeWriter

Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
WriteTree ( HtmlTree tree ) : string

Private Methods

Method Description
Indent ( ) : void
WriteAttribute ( AttributeNode at ) : void
WriteElement ( ElementNode node ) : void
WriteNode ( TreeNode node ) : void
WriteTag ( ElementNode element, TagNode tag, bool endTag ) : void

Method Details

WriteTree() public method

public WriteTree ( HtmlTree tree ) : string
tree Microsoft.Html.Core.Tree.HtmlTree
return string