C# Class Qyoto.QWebElement

Inheritance: Object, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
AddClass ( string name ) : void
AppendInside ( QWebElement element ) : void
AppendInside ( string markup ) : void
AppendOutside ( QWebElement element ) : void
AppendOutside ( string markup ) : void
Attribute ( string name ) : string
Attribute ( string name, string defaultValue ) : string
AttributeNS ( string namespaceUri, string name ) : string
AttributeNS ( string namespaceUri, string name, string defaultValue ) : string
AttributeNames ( ) : List
AttributeNames ( string namespaceUri ) : List
Classes ( ) : List
Clone ( ) : QWebElement
Dispose ( ) : void
Document ( ) : QWebElement
EncloseContentsWith ( QWebElement element ) : void
EncloseContentsWith ( string markup ) : void
EncloseWith ( QWebElement element ) : void
EncloseWith ( string markup ) : void
Equals ( object o ) : bool
EvaluateJavaScript ( string scriptSource ) : Qyoto.QVariant
FindAll ( string selectorQuery ) : QWebElementCollection
FindFirst ( string selectorQuery ) : QWebElement
FirstChild ( ) : QWebElement
Geometry ( ) : Qyoto.QRect
GetHashCode ( ) : int
HasAttribute ( string name ) : bool
HasAttributeNS ( string namespaceUri, string name ) : bool
HasAttributes ( ) : bool
HasClass ( string name ) : bool
HasFocus ( ) : bool
IsNull ( ) : bool
LastChild ( ) : QWebElement
LocalName ( ) : string
NamespaceUri ( ) : string
NextSibling ( ) : QWebElement
Parent ( ) : QWebElement
Prefix ( ) : string
PrependInside ( QWebElement element ) : void
PrependInside ( string markup ) : void
PrependOutside ( QWebElement element ) : void
PrependOutside ( string markup ) : void
PreviousSibling ( ) : QWebElement
QWebElement ( QWebElement arg1 ) : System
RemoveAllChildren ( ) : void
RemoveAttribute ( string name ) : void
RemoveAttributeNS ( string namespaceUri, string name ) : void
RemoveClass ( string name ) : void
RemoveFromDocument ( ) : void
Render ( QPainter painter ) : void
Replace ( QWebElement element ) : void
Replace ( string markup ) : void
SetAttribute ( string name, string value ) : void
SetAttributeNS ( string namespaceUri, string name, string value ) : void
SetFocus ( ) : void
SetInnerXml ( string markup ) : void
SetOuterXml ( string markup ) : void
SetPlainText ( string text ) : void
SetStyleProperty ( string name, string value ) : void
StyleProperty ( string name, QWebElement strategy ) : string
TagName ( ) : string
TakeFromDocument ( ) : QWebElement
ToInnerXml ( ) : string
ToOuterXml ( ) : string
ToPlainText ( ) : string
ToggleClass ( string name ) : void
WebFrame ( ) : QWebFrame
operator ( ) : bool

Protected Methods

Method Description
CreateProxy ( ) : void
QWebElement ( Type dummy ) : System

Private Methods

Method Description
QWebElement ( ) : System

Method Details

AddClass() public method

public AddClass ( string name ) : void
name string
return void

AppendInside() public method

public AppendInside ( QWebElement element ) : void
element QWebElement
return void

AppendInside() public method

public AppendInside ( string markup ) : void
markup string
return void

AppendOutside() public method

public AppendOutside ( QWebElement element ) : void
element QWebElement
return void

AppendOutside() public method

public AppendOutside ( string markup ) : void
markup string
return void

Attribute() public method

public Attribute ( string name ) : string
name string
return string

Attribute() public method

public Attribute ( string name, string defaultValue ) : string
name string
defaultValue string
return string

AttributeNS() public method

public AttributeNS ( string namespaceUri, string name ) : string
namespaceUri string
name string
return string

AttributeNS() public method

public AttributeNS ( string namespaceUri, string name, string defaultValue ) : string
namespaceUri string
name string
defaultValue string
return string

AttributeNames() public method

public AttributeNames ( ) : List
return List

AttributeNames() public method

public AttributeNames ( string namespaceUri ) : List
namespaceUri string
return List

Classes() public method

public Classes ( ) : List
return List

Clone() public method

public Clone ( ) : QWebElement
return QWebElement

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Document() public method

public Document ( ) : QWebElement
return QWebElement

EncloseContentsWith() public method

public EncloseContentsWith ( QWebElement element ) : void
element QWebElement
return void

EncloseContentsWith() public method

public EncloseContentsWith ( string markup ) : void
markup string
return void

EncloseWith() public method

public EncloseWith ( QWebElement element ) : void
element QWebElement
return void

EncloseWith() public method

public EncloseWith ( string markup ) : void
markup string
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

EvaluateJavaScript() public method

public EvaluateJavaScript ( string scriptSource ) : Qyoto.QVariant
scriptSource string
return Qyoto.QVariant

FindAll() public method

public FindAll ( string selectorQuery ) : QWebElementCollection
selectorQuery string
return QWebElementCollection

FindFirst() public method

public FindFirst ( string selectorQuery ) : QWebElement
selectorQuery string
return QWebElement

FirstChild() public method

public FirstChild ( ) : QWebElement
return QWebElement

Geometry() public method

public Geometry ( ) : Qyoto.QRect
return Qyoto.QRect

GetHashCode() public method

public GetHashCode ( ) : int
return int

HasAttribute() public method

public HasAttribute ( string name ) : bool
name string
return bool

HasAttributeNS() public method

public HasAttributeNS ( string namespaceUri, string name ) : bool
namespaceUri string
name string
return bool

HasAttributes() public method

public HasAttributes ( ) : bool
return bool

HasClass() public method

public HasClass ( string name ) : bool
name string
return bool

HasFocus() public method

public HasFocus ( ) : bool
return bool

IsNull() public method

public IsNull ( ) : bool
return bool

LastChild() public method

public LastChild ( ) : QWebElement
return QWebElement

LocalName() public method

public LocalName ( ) : string
return string

NamespaceUri() public method

public NamespaceUri ( ) : string
return string

NextSibling() public method

public NextSibling ( ) : QWebElement
return QWebElement

Parent() public method

public Parent ( ) : QWebElement
return QWebElement

Prefix() public method

public Prefix ( ) : string
return string

PrependInside() public method

public PrependInside ( QWebElement element ) : void
element QWebElement
return void

PrependInside() public method

public PrependInside ( string markup ) : void
markup string
return void

PrependOutside() public method

public PrependOutside ( QWebElement element ) : void
element QWebElement
return void

PrependOutside() public method

public PrependOutside ( string markup ) : void
markup string
return void

PreviousSibling() public method

public PreviousSibling ( ) : QWebElement
return QWebElement

QWebElement() public method

public QWebElement ( QWebElement arg1 ) : System
arg1 QWebElement
return System

QWebElement() protected method

protected QWebElement ( Type dummy ) : System
dummy Type
return System

RemoveAllChildren() public method

public RemoveAllChildren ( ) : void
return void

RemoveAttribute() public method

public RemoveAttribute ( string name ) : void
name string
return void

RemoveAttributeNS() public method

public RemoveAttributeNS ( string namespaceUri, string name ) : void
namespaceUri string
name string
return void

RemoveClass() public method

public RemoveClass ( string name ) : void
name string
return void

RemoveFromDocument() public method

public RemoveFromDocument ( ) : void
return void

Render() public method

public Render ( QPainter painter ) : void
painter QPainter
return void

Replace() public method

public Replace ( QWebElement element ) : void
element QWebElement
return void

Replace() public method

public Replace ( string markup ) : void
markup string
return void

SetAttribute() public method

public SetAttribute ( string name, string value ) : void
name string
value string
return void

SetAttributeNS() public method

public SetAttributeNS ( string namespaceUri, string name, string value ) : void
namespaceUri string
name string
value string
return void

SetFocus() public method

public SetFocus ( ) : void
return void

SetInnerXml() public method

public SetInnerXml ( string markup ) : void
markup string
return void

SetOuterXml() public method

public SetOuterXml ( string markup ) : void
markup string
return void

SetPlainText() public method

public SetPlainText ( string text ) : void
text string
return void

SetStyleProperty() public method

public SetStyleProperty ( string name, string value ) : void
name string
value string
return void

StyleProperty() public method

public StyleProperty ( string name, QWebElement strategy ) : string
name string
strategy QWebElement
return string

TagName() public method

public TagName ( ) : string
return string

TakeFromDocument() public method

public TakeFromDocument ( ) : QWebElement
return QWebElement

ToInnerXml() public method

public ToInnerXml ( ) : string
return string

ToOuterXml() public method

public ToOuterXml ( ) : string
return string

ToPlainText() public method

public ToPlainText ( ) : string
return string

ToggleClass() public method

public ToggleClass ( string name ) : void
name string
return void

WebFrame() public method

public WebFrame ( ) : QWebFrame
return QWebFrame

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation interceptor
return SmokeInvocation