C# Class System.Xml.XmlElement

Inheritance: XmlLinkedNode
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
XmlElement System.Html

Méthodes publiques

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 listener ) : void
AddEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( XmlElementEvents type, IEventListener listener ) : void
AddEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
ConvertPointFromNode ( DOMPointInit point, TypeOption from ) : DOMPoint
ConvertPointFromNode ( DOMPointInit point, TypeOption from, ConvertCoordinateOptions options ) : DOMPoint
ConvertQuadFromNode ( DOMQuad quad, TypeOption from ) : DOMQuad
ConvertQuadFromNode ( DOMQuad quad, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from ) : DOMQuad
ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
CreateShadowRoot ( ) : ShadowRoot
GetAttribute ( string name ) : string
GetAttributeNS ( string @namespace, string localName ) : string
GetAttributeNode ( string name ) : XmlAttribute
GetAttributeNodeNS ( string namespaceURI, string localName ) : XmlAttribute
GetBoundingClientRect ( ) : DOMRect
GetBoxQuads ( ) : DOMQuad[]
GetBoxQuads ( BoxQuadOptions options ) : DOMQuad[]
GetClientRects ( ) : DOMRectList
GetElementsByClassName ( string classNames ) : XmlElementCollection
GetElementsByTagName ( string localName ) : XmlElementCollection
GetElementsByTagNameNS ( string @namespace, string localName ) : XmlElementCollection
HasAttribute ( string name ) : bool
HasAttributeNS ( string @namespace, string localName ) : bool
InsertAdjacentHTML ( string position, string text ) : void
QuerySelector ( string selectors ) : XmlElement
QuerySelectorAll ( string selectors ) : XmlNodeList
ReleaseCapture ( ) : void
Remove ( ) : void
RemoveAttribute ( string name ) : void
RemoveAttributeNS ( string @namespace, string localName ) : void
RemoveAttributeNode ( XmlAttribute oldAttr ) : XmlAttribute
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 listener ) : void
RemoveEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( XmlElementEvents type, IEventListener listener ) : void
RemoveEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
ScrollIntoView ( ) : void
ScrollIntoView ( bool top ) : void
SetAttribute ( string name, string value ) : void
SetAttributeNS ( string @namespace, string name, string value ) : void
SetAttributeNode ( XmlAttribute newAttr ) : XmlAttribute
SetAttributeNodeNS ( XmlAttribute newAttr ) : XmlAttribute
SetCapture ( ) : void
SetCapture ( bool retargetToElement ) : void

Private Methods

Méthode Description
XmlElement ( ) : System.Html

Method Details

AddEventListener() public méthode

public AddEventListener ( XmlElementEvents type, System.Action listener ) : void
type XmlElementEvents
listener System.Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlElementEvents type, System.Action listener, bool capture ) : void
type XmlElementEvents
listener System.Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlElementEvents type, HtmlEventHandler listener ) : void
type XmlElementEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlElementEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlElementEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlElementEvents type, IEventListener listener ) : void
type XmlElementEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void
type XmlElementEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

ConvertPointFromNode() public méthode

public ConvertPointFromNode ( DOMPointInit point, TypeOption from ) : DOMPoint
point DOMPointInit
from TypeOption
Résultat DOMPoint

ConvertPointFromNode() public méthode

public ConvertPointFromNode ( DOMPointInit point, TypeOption from, ConvertCoordinateOptions options ) : DOMPoint
point DOMPointInit
from TypeOption
options ConvertCoordinateOptions
Résultat DOMPoint

ConvertQuadFromNode() public méthode

public ConvertQuadFromNode ( DOMQuad quad, TypeOption from ) : DOMQuad
quad DOMQuad
from TypeOption
Résultat DOMQuad

ConvertQuadFromNode() public méthode

public ConvertQuadFromNode ( DOMQuad quad, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
quad DOMQuad
from TypeOption
options ConvertCoordinateOptions
Résultat DOMQuad

ConvertRectFromNode() public méthode

public ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from ) : DOMQuad
rect DOMRectReadOnly
from TypeOption
Résultat DOMQuad

ConvertRectFromNode() public méthode

public ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
rect DOMRectReadOnly
from TypeOption
options ConvertCoordinateOptions
Résultat DOMQuad

CreateShadowRoot() public méthode

public CreateShadowRoot ( ) : ShadowRoot
Résultat ShadowRoot

GetAttribute() public méthode

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

GetAttributeNS() public méthode

public GetAttributeNS ( string @namespace, string localName ) : string
@namespace string
localName string
Résultat string

GetAttributeNode() public méthode

public GetAttributeNode ( string name ) : XmlAttribute
name string
Résultat XmlAttribute

GetAttributeNodeNS() public méthode

public GetAttributeNodeNS ( string namespaceURI, string localName ) : XmlAttribute
namespaceURI string
localName string
Résultat XmlAttribute

GetBoundingClientRect() public méthode

public GetBoundingClientRect ( ) : DOMRect
Résultat DOMRect

GetBoxQuads() public méthode

public GetBoxQuads ( ) : DOMQuad[]
Résultat DOMQuad[]

GetBoxQuads() public méthode

public GetBoxQuads ( BoxQuadOptions options ) : DOMQuad[]
options BoxQuadOptions
Résultat DOMQuad[]

GetClientRects() public méthode

public GetClientRects ( ) : DOMRectList
Résultat DOMRectList

GetElementsByClassName() public méthode

public GetElementsByClassName ( string classNames ) : XmlElementCollection
classNames string
Résultat XmlElementCollection

GetElementsByTagName() public méthode

public GetElementsByTagName ( string localName ) : XmlElementCollection
localName string
Résultat XmlElementCollection

GetElementsByTagNameNS() public méthode

public GetElementsByTagNameNS ( string @namespace, string localName ) : XmlElementCollection
@namespace string
localName string
Résultat XmlElementCollection

HasAttribute() public méthode

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

HasAttributeNS() public méthode

public HasAttributeNS ( string @namespace, string localName ) : bool
@namespace string
localName string
Résultat bool

InsertAdjacentHTML() public méthode

public InsertAdjacentHTML ( string position, string text ) : void
position string
text string
Résultat void

QuerySelector() public méthode

public QuerySelector ( string selectors ) : XmlElement
selectors string
Résultat XmlElement

QuerySelectorAll() public méthode

public QuerySelectorAll ( string selectors ) : XmlNodeList
selectors string
Résultat XmlNodeList

ReleaseCapture() public méthode

public ReleaseCapture ( ) : void
Résultat void

Remove() public méthode

public Remove ( ) : 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 @namespace, string localName ) : void
@namespace string
localName string
Résultat void

RemoveAttributeNode() public méthode

public RemoveAttributeNode ( XmlAttribute oldAttr ) : XmlAttribute
oldAttr XmlAttribute
Résultat XmlAttribute

RemoveEventListener() public méthode

public RemoveEventListener ( XmlElementEvents type, System.Action listener ) : void
type XmlElementEvents
listener System.Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlElementEvents type, System.Action listener, bool capture ) : void
type XmlElementEvents
listener System.Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlElementEvents type, HtmlEventHandler listener ) : void
type XmlElementEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlElementEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlElementEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlElementEvents type, IEventListener listener ) : void
type XmlElementEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void
type XmlElementEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

ScrollIntoView() public méthode

public ScrollIntoView ( ) : void
Résultat void

ScrollIntoView() public méthode

public ScrollIntoView ( bool top ) : void
top bool
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 @namespace, string name, string value ) : void
@namespace string
name string
value string
Résultat void

SetAttributeNode() public méthode

public SetAttributeNode ( XmlAttribute newAttr ) : XmlAttribute
newAttr XmlAttribute
Résultat XmlAttribute

SetAttributeNodeNS() public méthode

public SetAttributeNodeNS ( XmlAttribute newAttr ) : XmlAttribute
newAttr XmlAttribute
Résultat XmlAttribute

SetCapture() public méthode

public SetCapture ( ) : void
Résultat void

SetCapture() public méthode

public SetCapture ( bool retargetToElement ) : void
retargetToElement bool
Résultat void