ParsedElementType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The type set by the parser when an element is parsed.

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

public enum ParsedElementType
Members

  Member nameValueDescription
TextLiteral0 A literal text element.
Markup1 Any markup element.
OrphanedClosingTag2 An orphaned closing tag with no open tag.
MalFormed3 A malformed tag. (example: </foo/> )
Comment4 A markup comment tag. (example: <!-- comment --> )
DocType5 A DOCTYPE tag.
See Also

Reference