ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
TreeBuilder.BuildDomTree(text, trimWhiteSpace) method
Namespaces > ArtOfTest.WebAii.Core > TreeBuilder > BuildDomTree(String, Boolean)
Parse and build the Dom. This method will initialize the Root property with the root element of the Dom.
Syntax
C#
public Element BuildDomTree (
	string text,
	bool trimWhiteSpace
)
Parameters
text (String)
The text to build the tree for
trimWhiteSpace (Boolean)
Whether to trim the white spaces or not in the text between tags.
Return Value
The root document element.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)