C# 클래스 Qyoto.QWebElement

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QWebElement ( Type dummy ) : System

비공개 메소드들

메소드 설명
QWebElement ( ) : System

메소드 상세

AddClass() 공개 메소드

public AddClass ( string name ) : void
name string
리턴 void

AppendInside() 공개 메소드

public AppendInside ( QWebElement element ) : void
element QWebElement
리턴 void

AppendInside() 공개 메소드

public AppendInside ( string markup ) : void
markup string
리턴 void

AppendOutside() 공개 메소드

public AppendOutside ( QWebElement element ) : void
element QWebElement
리턴 void

AppendOutside() 공개 메소드

public AppendOutside ( string markup ) : void
markup string
리턴 void

Attribute() 공개 메소드

public Attribute ( string name ) : string
name string
리턴 string

Attribute() 공개 메소드

public Attribute ( string name, string defaultValue ) : string
name string
defaultValue string
리턴 string

AttributeNS() 공개 메소드

public AttributeNS ( string namespaceUri, string name ) : string
namespaceUri string
name string
리턴 string

AttributeNS() 공개 메소드

public AttributeNS ( string namespaceUri, string name, string defaultValue ) : string
namespaceUri string
name string
defaultValue string
리턴 string

AttributeNames() 공개 메소드

public AttributeNames ( ) : List
리턴 List

AttributeNames() 공개 메소드

public AttributeNames ( string namespaceUri ) : List
namespaceUri string
리턴 List

Classes() 공개 메소드

public Classes ( ) : List
리턴 List

Clone() 공개 메소드

public Clone ( ) : QWebElement
리턴 QWebElement

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Document() 공개 메소드

public Document ( ) : QWebElement
리턴 QWebElement

EncloseContentsWith() 공개 메소드

public EncloseContentsWith ( QWebElement element ) : void
element QWebElement
리턴 void

EncloseContentsWith() 공개 메소드

public EncloseContentsWith ( string markup ) : void
markup string
리턴 void

EncloseWith() 공개 메소드

public EncloseWith ( QWebElement element ) : void
element QWebElement
리턴 void

EncloseWith() 공개 메소드

public EncloseWith ( string markup ) : void
markup string
리턴 void

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

EvaluateJavaScript() 공개 메소드

public EvaluateJavaScript ( string scriptSource ) : Qyoto.QVariant
scriptSource string
리턴 Qyoto.QVariant

FindAll() 공개 메소드

public FindAll ( string selectorQuery ) : QWebElementCollection
selectorQuery string
리턴 QWebElementCollection

FindFirst() 공개 메소드

public FindFirst ( string selectorQuery ) : QWebElement
selectorQuery string
리턴 QWebElement

FirstChild() 공개 메소드

public FirstChild ( ) : QWebElement
리턴 QWebElement

Geometry() 공개 메소드

public Geometry ( ) : Qyoto.QRect
리턴 Qyoto.QRect

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HasAttribute() 공개 메소드

public HasAttribute ( string name ) : bool
name string
리턴 bool

HasAttributeNS() 공개 메소드

public HasAttributeNS ( string namespaceUri, string name ) : bool
namespaceUri string
name string
리턴 bool

HasAttributes() 공개 메소드

public HasAttributes ( ) : bool
리턴 bool

HasClass() 공개 메소드

public HasClass ( string name ) : bool
name string
리턴 bool

HasFocus() 공개 메소드

public HasFocus ( ) : bool
리턴 bool

IsNull() 공개 메소드

public IsNull ( ) : bool
리턴 bool

LastChild() 공개 메소드

public LastChild ( ) : QWebElement
리턴 QWebElement

LocalName() 공개 메소드

public LocalName ( ) : string
리턴 string

NamespaceUri() 공개 메소드

public NamespaceUri ( ) : string
리턴 string

NextSibling() 공개 메소드

public NextSibling ( ) : QWebElement
리턴 QWebElement

Parent() 공개 메소드

public Parent ( ) : QWebElement
리턴 QWebElement

Prefix() 공개 메소드

public Prefix ( ) : string
리턴 string

PrependInside() 공개 메소드

public PrependInside ( QWebElement element ) : void
element QWebElement
리턴 void

PrependInside() 공개 메소드

public PrependInside ( string markup ) : void
markup string
리턴 void

PrependOutside() 공개 메소드

public PrependOutside ( QWebElement element ) : void
element QWebElement
리턴 void

PrependOutside() 공개 메소드

public PrependOutside ( string markup ) : void
markup string
리턴 void

PreviousSibling() 공개 메소드

public PreviousSibling ( ) : QWebElement
리턴 QWebElement

QWebElement() 공개 메소드

public QWebElement ( QWebElement arg1 ) : System
arg1 QWebElement
리턴 System

QWebElement() 보호된 메소드

protected QWebElement ( Type dummy ) : System
dummy Type
리턴 System

RemoveAllChildren() 공개 메소드

public RemoveAllChildren ( ) : void
리턴 void

RemoveAttribute() 공개 메소드

public RemoveAttribute ( string name ) : void
name string
리턴 void

RemoveAttributeNS() 공개 메소드

public RemoveAttributeNS ( string namespaceUri, string name ) : void
namespaceUri string
name string
리턴 void

RemoveClass() 공개 메소드

public RemoveClass ( string name ) : void
name string
리턴 void

RemoveFromDocument() 공개 메소드

public RemoveFromDocument ( ) : void
리턴 void

Render() 공개 메소드

public Render ( QPainter painter ) : void
painter QPainter
리턴 void

Replace() 공개 메소드

public Replace ( QWebElement element ) : void
element QWebElement
리턴 void

Replace() 공개 메소드

public Replace ( string markup ) : void
markup string
리턴 void

SetAttribute() 공개 메소드

public SetAttribute ( string name, string value ) : void
name string
value string
리턴 void

SetAttributeNS() 공개 메소드

public SetAttributeNS ( string namespaceUri, string name, string value ) : void
namespaceUri string
name string
value string
리턴 void

SetFocus() 공개 메소드

public SetFocus ( ) : void
리턴 void

SetInnerXml() 공개 메소드

public SetInnerXml ( string markup ) : void
markup string
리턴 void

SetOuterXml() 공개 메소드

public SetOuterXml ( string markup ) : void
markup string
리턴 void

SetPlainText() 공개 메소드

public SetPlainText ( string text ) : void
text string
리턴 void

SetStyleProperty() 공개 메소드

public SetStyleProperty ( string name, string value ) : void
name string
value string
리턴 void

StyleProperty() 공개 메소드

public StyleProperty ( string name, QWebElement strategy ) : string
name string
strategy QWebElement
리턴 string

TagName() 공개 메소드

public TagName ( ) : string
리턴 string

TakeFromDocument() 공개 메소드

public TakeFromDocument ( ) : QWebElement
리턴 QWebElement

ToInnerXml() 공개 메소드

public ToInnerXml ( ) : string
리턴 string

ToOuterXml() 공개 메소드

public ToOuterXml ( ) : string
리턴 string

ToPlainText() 공개 메소드

public ToPlainText ( ) : string
리턴 string

ToggleClass() 공개 메소드

public ToggleClass ( string name ) : void
name string
리턴 void

WebFrame() 공개 메소드

public WebFrame ( ) : QWebFrame
리턴 QWebFrame

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation interceptor
리턴 SmokeInvocation