C# Class Heimiko.WebElement

Mostra file Open project: Heimiko/NzbSearcher Class Usage Examples

Protected Properties

Property Type Description
_Attributes string
_Content string

Public Methods

Method Description
GetAttributeValue ( string Name ) : string
GetComboValues ( string ComboBoxName ) : string>.Dictionary
GetElement ( string ElementType, string AttributeCompare, string AttributeValue ) : WebElement
GetElement ( string ElementType, string AttributeCompare, string AttributeValue, int &StartIndex ) : WebElement

WARNING: doesn't properly handle nested elements!

Protected Methods

Method Description
GetAttributeValue ( string ElementAttributes, string AttrName ) : string

Method Details

GetAttributeValue() public method

public GetAttributeValue ( string Name ) : string
Name string
return string

GetAttributeValue() protected method

protected GetAttributeValue ( string ElementAttributes, string AttrName ) : string
ElementAttributes string
AttrName string
return string

GetComboValues() public method

public GetComboValues ( string ComboBoxName ) : string>.Dictionary
ComboBoxName string
return string>.Dictionary

GetElement() public method

public GetElement ( string ElementType, string AttributeCompare, string AttributeValue ) : WebElement
ElementType string
AttributeCompare string
AttributeValue string
return WebElement

GetElement() public method

WARNING: doesn't properly handle nested elements!
public GetElement ( string ElementType, string AttributeCompare, string AttributeValue, int &StartIndex ) : WebElement
ElementType string
AttributeCompare string
AttributeValue string
StartIndex int
return WebElement

Property Details

_Attributes protected_oe property

protected string _Attributes
return string

_Content protected_oe property

protected string _Content
return string