HtmlTreeBuilder Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Inheritance Hierarchy

SystemObject
  ArtOfTest.CommonBaseTreeBuilderElement
    ArtOfTest.WebAii.ObjectModelHtmlTreeBuilder

Namespace:  ArtOfTest.WebAii.ObjectModel
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class HtmlTreeBuilder : BaseTreeBuilder<Element>

The HtmlTreeBuilder type exposes the following members.

Constructors

  NameDescription
Public methodHtmlTreeBuilder
Initializes a new instance of the HtmlTreeBuilder class
Public methodHtmlTreeBuilder(IAutomationHost)
Initializes a new instance of the HtmlTreeBuilder class
Top
Properties

  NameDescription
Public propertyDocType
Gets the DOCTYPE element if present in the document. Otherwise null.
(Inherited from BaseTreeBuilderT.)
Protected propertyRecursiveContainerTags (Overrides BaseTreeBuilderTRecursiveContainerTags.)
Public propertyRoot
Gets the root Element node. You can access the tree using this node.
(Inherited from BaseTreeBuilderT.)
Public propertyTestRegions
Top
Methods

  NameDescription
Public methodBuildDomTree
Parse and build the Dom. This method will initialize the Root property with the root element of the Dom.
(Inherited from BaseTreeBuilderT.)
Protected methodClearTree (Overrides BaseTreeBuilderTClearTree.)
Public methodCreateNewElement (Overrides BaseTreeBuilderTCreateNewElement(ParsedElement, IAutomationHost).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodStartTagCloses
Determines whether to close an open tag with an optional closing tag based on the new tag we're parsing
(Overrides BaseTreeBuilderTStartTagCloses(String, String).)
Public methodTestRegionDetected (Overrides BaseTreeBuilderTTestRegionDetected(T).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTrackRecursiveContainer (Overrides BaseTreeBuilderTTrackRecursiveContainer(T).)
Top
See Also

Reference