Class ParsedElement
Inheritance
System.Object
    ParsedElement
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: ArtOfTest.Common
Assembly: ArtOfTest.WebAii.dll
Syntax
public sealed class ParsedElementConstructors
ParsedElement(ParsedElementType, String, Boolean)
Declaration
public ParsedElement(ParsedElementType elementType, string content, bool validateIllegal)Parameters
| ParsedElementType
        elementType 
 | 
| System.String
        content 
 | 
| System.Boolean
        validateIllegal 
 | 
ParsedElement(ParsedElementType, String, String, String)
Declaration
public ParsedElement(ParsedElementType elementType, string content, string tagName, string remainder)Parameters
| ParsedElementType
        elementType 
 | 
| System.String
        content 
 | 
| System.String
        tagName 
 | 
| System.String
        remainder 
 | 
Properties
AbsoluteTagIndex
Declaration
public int AbsoluteTagIndex { get; }Property Value
| System.Int32 
 | 
Attributes
Declaration
public NameValueCollection Attributes { get; }Property Value
| System.Collections.Specialized.NameValueCollection 
 | 
IsBeginTag
Declaration
public bool IsBeginTag { get; }Property Value
| System.Boolean 
 | 
IsEndTag
Declaration
public bool IsEndTag { get; }Property Value
| System.Boolean 
 | 
IsSelfClosing
Declaration
public bool IsSelfClosing { get; }Property Value
| System.Boolean 
 | 
ParsingType
Tag
Declaration
public object Tag { get; set; }Property Value
| System.Object 
 | 
TagName
Declaration
public string TagName { get; }Property Value
| System.String 
 | 
TagNameIndex
Declaration
public int TagNameIndex { get; }Property Value
| System.Int32 
 | 
Methods
ToString()
Declaration
public override string ToString()Returns
| System.String 
 | 
Overrides
System.Object.ToString()