ParsedElement Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Class that represents a markup element that is being parsed. This is the intermediate state between raw text of the mark-up and the fully parsed, strongly typed Element object that represents it
Inheritance Hierarchy

SystemObject
  ArtOfTest.CommonParsedElement

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

public sealed class ParsedElement

The ParsedElement type exposes the following members.

Constructors

  NameDescription
Public methodParsedElement(ParsedElementType, String, Boolean)
Create a new ParsedElement object.
Public methodParsedElement(ParsedElementType, String, String, String)
Create a new ParsedElement object.
Top
Properties

  NameDescription
Public propertyAbsoluteTagIndex
Gets the absolute tag index on the page. (Only Open/valid tags are counted, no comments)
Public propertyAttributes
Gets the parsed attributes of the element.
Public propertyIsBeginTag
Gets whether the element is a begin tag or not.
Public propertyIsEndTag
Gets whether the element is an end tag or not.
Public propertyIsSelfClosing
Gets whether the element is a self closing tag (i.e. <font ... /> )
Public propertyParsingType
Gets the parsed element type.
Public propertyTag
A tag associated with this element
Public propertyTagName
Gets the tagName of the element.
Public propertyTagNameIndex
Gets the TagName index within the page. (Only valid tags are counted, no comments)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString
The string representation of this element.
(Overrides ObjectToString.)
Top
See Also

Reference