Свойство | Type | Description | |
---|---|---|---|
XmlElement | System.Html |
Méthode | Description | |
---|---|---|
AddEventListener ( XmlElementEvents type, System.Action listener ) : void | ||
AddEventListener ( XmlElementEvents type, System.Action listener, bool capture ) : void | ||
AddEventListener ( XmlElementEvents type, HtmlEventHandler listener ) : void | ||
AddEventListener ( XmlElementEvents type, HtmlEventHandler listener, bool capture ) : void | ||
AddEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget |
||
AddEventListener ( XmlElementEvents type, IEventListener listener ) : void | ||
AddEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void | ||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
ConvertPointFromNode ( DOMPointInit point, TypeOption |
||
ConvertPointFromNode ( DOMPointInit point, TypeOption |
||
ConvertQuadFromNode ( DOMQuad quad, TypeOption |
||
ConvertQuadFromNode ( DOMQuad quad, TypeOption |
||
ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption |
||
ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption |
||
CreateShadowRoot ( ) : ShadowRoot | ||
GetAttribute ( string name ) : string | ||
GetAttributeNS ( string @namespace, string localName ) : string | ||
GetAttributeNode ( string name ) : |
||
GetAttributeNodeNS ( string namespaceURI, string localName ) : |
||
GetBoundingClientRect ( ) : DOMRect | ||
GetBoxQuads ( ) : DOMQuad[] | ||
GetBoxQuads ( BoxQuadOptions options ) : DOMQuad[] | ||
GetClientRects ( ) : DOMRectList | ||
GetElementsByClassName ( string classNames ) : |
||
GetElementsByTagName ( string localName ) : |
||
GetElementsByTagNameNS ( string @namespace, string localName ) : |
||
HasAttribute ( string name ) : bool | ||
HasAttributeNS ( string @namespace, string localName ) : bool | ||
InsertAdjacentHTML ( string position, string text ) : void | ||
QuerySelector ( string selectors ) : |
||
QuerySelectorAll ( string selectors ) : |
||
ReleaseCapture ( ) : void | ||
Remove ( ) : void | ||
RemoveAttribute ( string name ) : void | ||
RemoveAttributeNS ( string @namespace, string localName ) : void | ||
RemoveAttributeNode ( |
||
RemoveEventListener ( XmlElementEvents type, System.Action listener ) : void | ||
RemoveEventListener ( XmlElementEvents type, System.Action listener, bool capture ) : void | ||
RemoveEventListener ( XmlElementEvents type, HtmlEventHandler listener ) : void | ||
RemoveEventListener ( XmlElementEvents type, HtmlEventHandler listener, bool capture ) : void | ||
RemoveEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( XmlElementEvents type, IEventListener listener ) : void | ||
RemoveEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void | ||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
ScrollIntoView ( ) : void | ||
ScrollIntoView ( bool top ) : void | ||
SetAttribute ( string name, string value ) : void | ||
SetAttributeNS ( string @namespace, string name, string value ) : void | ||
SetAttributeNode ( |
||
SetAttributeNodeNS ( |
||
SetCapture ( ) : void | ||
SetCapture ( bool retargetToElement ) : void |
Méthode | Description | |
---|---|---|
XmlElement ( ) : System.Html |
public AddEventListener ( XmlElementEvents type, System.Action listener ) : void | ||
type | XmlElementEvents | |
listener | System.Action | |
Résultat | void |
public AddEventListener ( XmlElementEvents type, System.Action listener, bool capture ) : void | ||
type | XmlElementEvents | |
listener | System.Action | |
capture | bool | |
Résultat | void |
public AddEventListener ( XmlElementEvents type, HtmlEventHandler listener ) : void | ||
type | XmlElementEvents | |
listener | HtmlEventHandler | |
Résultat | void |
public AddEventListener ( XmlElementEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | XmlElementEvents | |
listener | HtmlEventHandler | |
capture | bool | |
Résultat | void |
public AddEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget |
||
type | XmlElementEvents | |
listener | HtmlEventHandlerWithTarget |
|
Résultat | void |
public AddEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget |
||
type | XmlElementEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
Résultat | void |
public AddEventListener ( XmlElementEvents type, IEventListener listener ) : void | ||
type | XmlElementEvents | |
listener | IEventListener | |
Résultat | void |
public AddEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void | ||
type | XmlElementEvents | |
listener | IEventListener | |
capture | bool | |
Résultat | void |
public AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
Résultat | void |
public AddEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
Résultat | void |
public ConvertPointFromNode ( DOMPointInit point, TypeOption |
||
point | DOMPointInit | |
from | TypeOption |
|
Résultat | DOMPoint |
public ConvertPointFromNode ( DOMPointInit point, TypeOption |
||
point | DOMPointInit | |
from | TypeOption |
|
options | ConvertCoordinateOptions | |
Résultat | DOMPoint |
public ConvertQuadFromNode ( DOMQuad quad, TypeOption |
||
quad | DOMQuad | |
from | TypeOption |
|
Résultat | DOMQuad |
public ConvertQuadFromNode ( DOMQuad quad, TypeOption |
||
quad | DOMQuad | |
from | TypeOption |
|
options | ConvertCoordinateOptions | |
Résultat | DOMQuad |
public ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption |
||
rect | DOMRectReadOnly | |
from | TypeOption |
|
Résultat | DOMQuad |
public ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption |
||
rect | DOMRectReadOnly | |
from | TypeOption |
|
options | ConvertCoordinateOptions | |
Résultat | DOMQuad |
public GetAttribute ( string name ) : string | ||
name | string | |
Résultat | string |
public GetAttributeNS ( string @namespace, string localName ) : string | ||
@namespace | string | |
localName | string | |
Résultat | string |
public GetAttributeNode ( string name ) : |
||
name | string | |
Résultat |
public GetAttributeNodeNS ( string namespaceURI, string localName ) : |
||
namespaceURI | string | |
localName | string | |
Résultat |
public GetBoxQuads ( BoxQuadOptions options ) : DOMQuad[] | ||
options | BoxQuadOptions | |
Résultat | DOMQuad[] |
public GetElementsByClassName ( string classNames ) : |
||
classNames | string | |
Résultat |
public GetElementsByTagName ( string localName ) : |
||
localName | string | |
Résultat |
public GetElementsByTagNameNS ( string @namespace, string localName ) : |
||
@namespace | string | |
localName | string | |
Résultat |
public HasAttributeNS ( string @namespace, string localName ) : bool | ||
@namespace | string | |
localName | string | |
Résultat | bool |
public InsertAdjacentHTML ( string position, string text ) : void | ||
position | string | |
text | string | |
Résultat | void |
public QuerySelector ( string selectors ) : |
||
selectors | string | |
Résultat |
public QuerySelectorAll ( string selectors ) : |
||
selectors | string | |
Résultat |
public RemoveAttribute ( string name ) : void | ||
name | string | |
Résultat | void |
public RemoveAttributeNS ( string @namespace, string localName ) : void | ||
@namespace | string | |
localName | string | |
Résultat | void |
public RemoveAttributeNode ( |
||
oldAttr | ||
Résultat |
public RemoveEventListener ( XmlElementEvents type, System.Action listener ) : void | ||
type | XmlElementEvents | |
listener | System.Action | |
Résultat | void |
public RemoveEventListener ( XmlElementEvents type, System.Action listener, bool capture ) : void | ||
type | XmlElementEvents | |
listener | System.Action | |
capture | bool | |
Résultat | void |
public RemoveEventListener ( XmlElementEvents type, HtmlEventHandler listener ) : void | ||
type | XmlElementEvents | |
listener | HtmlEventHandler | |
Résultat | void |
public RemoveEventListener ( XmlElementEvents type, HtmlEventHandler listener, bool capture ) : void | ||
type | XmlElementEvents | |
listener | HtmlEventHandler | |
capture | bool | |
Résultat | void |
public RemoveEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget |
||
type | XmlElementEvents | |
listener | HtmlEventHandlerWithTarget |
|
Résultat | void |
public RemoveEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget |
||
type | XmlElementEvents | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
Résultat | void |
public RemoveEventListener ( XmlElementEvents type, IEventListener listener ) : void | ||
type | XmlElementEvents | |
listener | IEventListener | |
Résultat | void |
public RemoveEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void | ||
type | XmlElementEvents | |
listener | IEventListener | |
capture | bool | |
Résultat | void |
public RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
Résultat | void |
public RemoveEventListener ( string type, HtmlEventHandlerWithTarget |
||
type | string | |
listener | HtmlEventHandlerWithTarget |
|
capture | bool | |
Résultat | void |
public SetAttribute ( string name, string value ) : void | ||
name | string | |
value | string | |
Résultat | void |
public SetAttributeNS ( string @namespace, string name, string value ) : void | ||
@namespace | string | |
name | string | |
value | string | |
Résultat | void |
public SetAttributeNode ( |
||
newAttr | ||
Résultat |
public SetAttributeNodeNS ( |
||
newAttr | ||
Résultat |
public SetCapture ( bool retargetToElement ) : void | ||
retargetToElement | bool | |
Résultat | void |