ParsedElement
Class
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public sealed class ParsedElement
Inheritance: objectParsedElement
Constructors
C#
public ParsedElement(ParsedElementType elementType, string content, bool validateIllegal)
C#
public ParsedElement(ParsedElementType elementType, string content, string tagName, string remainder)
Properties
C#
public int AbsoluteTagIndex { get; }
C#
public NameValueCollection Attributes { get; }
C#
public bool IsBeginTag { get; }
C#
public bool IsSelfClosing { get; }
C#
public ParsedElementType ParsingType { get; }
C#
public int TagNameIndex { get; }