C# Class System.Xml.XmlElement

Inheritance: XmlLinkedNode
Datei anzeigen Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
XmlElement System.Html

Public Methods

Method 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

Method Description
XmlElement ( ) : System.Html

Method Details

AddEventListener() public method

public AddEventListener ( XmlElementEvents type, System.Action listener ) : void
type XmlElementEvents
listener System.Action
return void

AddEventListener() public method

public AddEventListener ( XmlElementEvents type, System.Action listener, bool capture ) : void
type XmlElementEvents
listener System.Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( XmlElementEvents type, HtmlEventHandler listener ) : void
type XmlElementEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( XmlElementEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlElementEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlElementEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlElementEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( XmlElementEvents type, IEventListener listener ) : void
type XmlElementEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void
type XmlElementEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

ConvertPointFromNode() public method

public ConvertPointFromNode ( DOMPointInit point, TypeOption from ) : DOMPoint
point DOMPointInit
from TypeOption
return DOMPoint

ConvertPointFromNode() public method

public ConvertPointFromNode ( DOMPointInit point, TypeOption from, ConvertCoordinateOptions options ) : DOMPoint
point DOMPointInit
from TypeOption
options ConvertCoordinateOptions
return DOMPoint

ConvertQuadFromNode() public method

public ConvertQuadFromNode ( DOMQuad quad, TypeOption from ) : DOMQuad
quad DOMQuad
from TypeOption
return DOMQuad

ConvertQuadFromNode() public method

public ConvertQuadFromNode ( DOMQuad quad, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
quad DOMQuad
from TypeOption
options ConvertCoordinateOptions
return DOMQuad

ConvertRectFromNode() public method

public ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from ) : DOMQuad
rect DOMRectReadOnly
from TypeOption
return DOMQuad

ConvertRectFromNode() public method

public ConvertRectFromNode ( DOMRectReadOnly rect, TypeOption from, ConvertCoordinateOptions options ) : DOMQuad
rect DOMRectReadOnly
from TypeOption
options ConvertCoordinateOptions
return DOMQuad

CreateShadowRoot() public method

public CreateShadowRoot ( ) : ShadowRoot
return ShadowRoot

GetAttribute() public method

public GetAttribute ( string name ) : string
name string
return string

GetAttributeNS() public method

public GetAttributeNS ( string @namespace, string localName ) : string
@namespace string
localName string
return string

GetAttributeNode() public method

public GetAttributeNode ( string name ) : XmlAttribute
name string
return XmlAttribute

GetAttributeNodeNS() public method

public GetAttributeNodeNS ( string namespaceURI, string localName ) : XmlAttribute
namespaceURI string
localName string
return XmlAttribute

GetBoundingClientRect() public method

public GetBoundingClientRect ( ) : DOMRect
return DOMRect

GetBoxQuads() public method

public GetBoxQuads ( ) : DOMQuad[]
return DOMQuad[]

GetBoxQuads() public method

public GetBoxQuads ( BoxQuadOptions options ) : DOMQuad[]
options BoxQuadOptions
return DOMQuad[]

GetClientRects() public method

public GetClientRects ( ) : DOMRectList
return DOMRectList

GetElementsByClassName() public method

public GetElementsByClassName ( string classNames ) : XmlElementCollection
classNames string
return XmlElementCollection

GetElementsByTagName() public method

public GetElementsByTagName ( string localName ) : XmlElementCollection
localName string
return XmlElementCollection

GetElementsByTagNameNS() public method

public GetElementsByTagNameNS ( string @namespace, string localName ) : XmlElementCollection
@namespace string
localName string
return XmlElementCollection

HasAttribute() public method

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

HasAttributeNS() public method

public HasAttributeNS ( string @namespace, string localName ) : bool
@namespace string
localName string
return bool

InsertAdjacentHTML() public method

public InsertAdjacentHTML ( string position, string text ) : void
position string
text string
return void

QuerySelector() public method

public QuerySelector ( string selectors ) : XmlElement
selectors string
return XmlElement

QuerySelectorAll() public method

public QuerySelectorAll ( string selectors ) : XmlNodeList
selectors string
return XmlNodeList

ReleaseCapture() public method

public ReleaseCapture ( ) : void
return void

Remove() public method

public Remove ( ) : void
return void

RemoveAttribute() public method

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

RemoveAttributeNS() public method

public RemoveAttributeNS ( string @namespace, string localName ) : void
@namespace string
localName string
return void

RemoveAttributeNode() public method

public RemoveAttributeNode ( XmlAttribute oldAttr ) : XmlAttribute
oldAttr XmlAttribute
return XmlAttribute

RemoveEventListener() public method

public RemoveEventListener ( XmlElementEvents type, System.Action listener ) : void
type XmlElementEvents
listener System.Action
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlElementEvents type, System.Action listener, bool capture ) : void
type XmlElementEvents
listener System.Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlElementEvents type, HtmlEventHandler listener ) : void
type XmlElementEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlElementEvents type, HtmlEventHandler listener, bool capture ) : void
type XmlElementEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type XmlElementEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type XmlElementEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlElementEvents type, IEventListener listener ) : void
type XmlElementEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( XmlElementEvents type, IEventListener listener, bool capture ) : void
type XmlElementEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

ScrollIntoView() public method

public ScrollIntoView ( ) : void
return void

ScrollIntoView() public method

public ScrollIntoView ( bool top ) : void
top bool
return void

SetAttribute() public method

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

SetAttributeNS() public method

public SetAttributeNS ( string @namespace, string name, string value ) : void
@namespace string
name string
value string
return void

SetAttributeNode() public method

public SetAttributeNode ( XmlAttribute newAttr ) : XmlAttribute
newAttr XmlAttribute
return XmlAttribute

SetAttributeNodeNS() public method

public SetAttributeNodeNS ( XmlAttribute newAttr ) : XmlAttribute
newAttr XmlAttribute
return XmlAttribute

SetCapture() public method

public SetCapture ( ) : void
return void

SetCapture() public method

public SetCapture ( bool retargetToElement ) : void
retargetToElement bool
return void