C# Class System.Html.ShadowRoot

Inheritance: System.Xml.XmlDocumentFragment
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
ShadowRoot System.Runtime.CompilerServices

Public Methods

Method Description
AddEventListener ( ShadowRootEvents type, Action listener ) : void
AddEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void
AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void
AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( ShadowRootEvents type, IEventListener listener ) : void
AddEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
GetElementById ( string elementId ) : Element
GetElementsByClassName ( string classNames ) : ElementCollection
GetElementsByTagName ( string localName ) : ElementCollection
GetElementsByTagNameNS ( string @namespace, string localName ) : ElementCollection
QuerySelector ( string selectors ) : Element
QuerySelectorAll ( string selectors ) : ElementNodeList
RemoveEventListener ( ShadowRootEvents type, Action listener ) : void
RemoveEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void
RemoveEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( ShadowRootEvents type, IEventListener listener ) : void
RemoveEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Method Description
ShadowRoot ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

public AddEventListener ( ShadowRootEvents type, Action listener ) : void
type ShadowRootEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void
type ShadowRootEvents
listener Action
capture bool
return void

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

public AddEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void
type ShadowRootEvents
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

GetElementById() public method

public GetElementById ( string elementId ) : Element
elementId string
return Element

GetElementsByClassName() public method

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

GetElementsByTagName() public method

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

GetElementsByTagNameNS() public method

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

QuerySelector() public method

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

QuerySelectorAll() public method

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

RemoveEventListener() public method

public RemoveEventListener ( ShadowRootEvents type, Action listener ) : void
type ShadowRootEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void
type ShadowRootEvents
listener Action
capture bool
return void

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

public RemoveEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void
type ShadowRootEvents
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