C# Class Qyoto.QWebElement

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QWebElement ( Type dummy ) : System

Private Methods

Méthode Description
QWebElement ( ) : System

Method Details

AddClass() public méthode

public AddClass ( string name ) : void
name string
Résultat void

AppendInside() public méthode

public AppendInside ( QWebElement element ) : void
element QWebElement
Résultat void

AppendInside() public méthode

public AppendInside ( string markup ) : void
markup string
Résultat void

AppendOutside() public méthode

public AppendOutside ( QWebElement element ) : void
element QWebElement
Résultat void

AppendOutside() public méthode

public AppendOutside ( string markup ) : void
markup string
Résultat void

Attribute() public méthode

public Attribute ( string name ) : string
name string
Résultat string

Attribute() public méthode

public Attribute ( string name, string defaultValue ) : string
name string
defaultValue string
Résultat string

AttributeNS() public méthode

public AttributeNS ( string namespaceUri, string name ) : string
namespaceUri string
name string
Résultat string

AttributeNS() public méthode

public AttributeNS ( string namespaceUri, string name, string defaultValue ) : string
namespaceUri string
name string
defaultValue string
Résultat string

AttributeNames() public méthode

public AttributeNames ( ) : List
Résultat List

AttributeNames() public méthode

public AttributeNames ( string namespaceUri ) : List
namespaceUri string
Résultat List

Classes() public méthode

public Classes ( ) : List
Résultat List

Clone() public méthode

public Clone ( ) : QWebElement
Résultat QWebElement

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Document() public méthode

public Document ( ) : QWebElement
Résultat QWebElement

EncloseContentsWith() public méthode

public EncloseContentsWith ( QWebElement element ) : void
element QWebElement
Résultat void

EncloseContentsWith() public méthode

public EncloseContentsWith ( string markup ) : void
markup string
Résultat void

EncloseWith() public méthode

public EncloseWith ( QWebElement element ) : void
element QWebElement
Résultat void

EncloseWith() public méthode

public EncloseWith ( string markup ) : void
markup string
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

EvaluateJavaScript() public méthode

public EvaluateJavaScript ( string scriptSource ) : Qyoto.QVariant
scriptSource string
Résultat Qyoto.QVariant

FindAll() public méthode

public FindAll ( string selectorQuery ) : QWebElementCollection
selectorQuery string
Résultat QWebElementCollection

FindFirst() public méthode

public FindFirst ( string selectorQuery ) : QWebElement
selectorQuery string
Résultat QWebElement

FirstChild() public méthode

public FirstChild ( ) : QWebElement
Résultat QWebElement

Geometry() public méthode

public Geometry ( ) : Qyoto.QRect
Résultat Qyoto.QRect

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HasAttribute() public méthode

public HasAttribute ( string name ) : bool
name string
Résultat bool

HasAttributeNS() public méthode

public HasAttributeNS ( string namespaceUri, string name ) : bool
namespaceUri string
name string
Résultat bool

HasAttributes() public méthode

public HasAttributes ( ) : bool
Résultat bool

HasClass() public méthode

public HasClass ( string name ) : bool
name string
Résultat bool

HasFocus() public méthode

public HasFocus ( ) : bool
Résultat bool

IsNull() public méthode

public IsNull ( ) : bool
Résultat bool

LastChild() public méthode

public LastChild ( ) : QWebElement
Résultat QWebElement

LocalName() public méthode

public LocalName ( ) : string
Résultat string

NamespaceUri() public méthode

public NamespaceUri ( ) : string
Résultat string

NextSibling() public méthode

public NextSibling ( ) : QWebElement
Résultat QWebElement

Parent() public méthode

public Parent ( ) : QWebElement
Résultat QWebElement

Prefix() public méthode

public Prefix ( ) : string
Résultat string

PrependInside() public méthode

public PrependInside ( QWebElement element ) : void
element QWebElement
Résultat void

PrependInside() public méthode

public PrependInside ( string markup ) : void
markup string
Résultat void

PrependOutside() public méthode

public PrependOutside ( QWebElement element ) : void
element QWebElement
Résultat void

PrependOutside() public méthode

public PrependOutside ( string markup ) : void
markup string
Résultat void

PreviousSibling() public méthode

public PreviousSibling ( ) : QWebElement
Résultat QWebElement

QWebElement() public méthode

public QWebElement ( QWebElement arg1 ) : System
arg1 QWebElement
Résultat System

QWebElement() protected méthode

protected QWebElement ( Type dummy ) : System
dummy Type
Résultat System

RemoveAllChildren() public méthode

public RemoveAllChildren ( ) : void
Résultat void

RemoveAttribute() public méthode

public RemoveAttribute ( string name ) : void
name string
Résultat void

RemoveAttributeNS() public méthode

public RemoveAttributeNS ( string namespaceUri, string name ) : void
namespaceUri string
name string
Résultat void

RemoveClass() public méthode

public RemoveClass ( string name ) : void
name string
Résultat void

RemoveFromDocument() public méthode

public RemoveFromDocument ( ) : void
Résultat void

Render() public méthode

public Render ( QPainter painter ) : void
painter QPainter
Résultat void

Replace() public méthode

public Replace ( QWebElement element ) : void
element QWebElement
Résultat void

Replace() public méthode

public Replace ( string markup ) : void
markup string
Résultat void

SetAttribute() public méthode

public SetAttribute ( string name, string value ) : void
name string
value string
Résultat void

SetAttributeNS() public méthode

public SetAttributeNS ( string namespaceUri, string name, string value ) : void
namespaceUri string
name string
value string
Résultat void

SetFocus() public méthode

public SetFocus ( ) : void
Résultat void

SetInnerXml() public méthode

public SetInnerXml ( string markup ) : void
markup string
Résultat void

SetOuterXml() public méthode

public SetOuterXml ( string markup ) : void
markup string
Résultat void

SetPlainText() public méthode

public SetPlainText ( string text ) : void
text string
Résultat void

SetStyleProperty() public méthode

public SetStyleProperty ( string name, string value ) : void
name string
value string
Résultat void

StyleProperty() public méthode

public StyleProperty ( string name, QWebElement strategy ) : string
name string
strategy QWebElement
Résultat string

TagName() public méthode

public TagName ( ) : string
Résultat string

TakeFromDocument() public méthode

public TakeFromDocument ( ) : QWebElement
Résultat QWebElement

ToInnerXml() public méthode

public ToInnerXml ( ) : string
Résultat string

ToOuterXml() public méthode

public ToOuterXml ( ) : string
Résultat string

ToPlainText() public méthode

public ToPlainText ( ) : string
Résultat string

ToggleClass() public méthode

public ToggleClass ( string name ) : void
name string
Résultat void

WebFrame() public méthode

public WebFrame ( ) : QWebFrame
Résultat QWebFrame

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

interceptor protected_oe property

protected SmokeInvocation interceptor
Résultat SmokeInvocation