ReactOS 0.4.15-dev-7842-g558ab78
nsIDOMHTMLStyleElement Interface Reference
Inheritance diagram for nsIDOMHTMLStyleElement:
Collaboration diagram for nsIDOMHTMLStyleElement:

Public Member Functions

nsresult GetDisabled (bool *aDisabled)
 
nsresult SetDisabled (bool aDisabled)
 
nsresult GetMedia (nsAString *aMedia)
 
nsresult SetMedia (const nsAString *aMedia)
 
nsresult GetType (nsAString *aType)
 
nsresult SetType (const nsAString *aType)
 
nsresult GetScoped (bool *aScoped)
 
nsresult SetScoped (bool aScoped)
 
nsresult GetDOMStyleSheet (nsIDOMStyleSheet **aDOMStyleSheet)
 
- Public Member Functions inherited from nsISupports
nsresult QueryInterface (nsIIDRef riid, void **result)
 
nsrefcnt AddRef ()
 
nsrefcnt Release ()
 

Detailed Description

Definition at line 2236 of file nsiface.idl.

Member Function Documentation

◆ GetDisabled()

nsresult nsIDOMHTMLStyleElement::GetDisabled ( bool aDisabled)

◆ GetDOMStyleSheet()

nsresult nsIDOMHTMLStyleElement::GetDOMStyleSheet ( nsIDOMStyleSheet **  aDOMStyleSheet)

◆ GetMedia()

nsresult nsIDOMHTMLStyleElement::GetMedia ( nsAString aMedia)

◆ GetScoped()

nsresult nsIDOMHTMLStyleElement::GetScoped ( bool aScoped)

◆ GetType()

nsresult nsIDOMHTMLStyleElement::GetType ( nsAString aType)

◆ SetDisabled()

nsresult nsIDOMHTMLStyleElement::SetDisabled ( bool  aDisabled)

◆ SetMedia()

nsresult nsIDOMHTMLStyleElement::SetMedia ( const nsAString aMedia)

◆ SetScoped()

nsresult nsIDOMHTMLStyleElement::SetScoped ( bool  aScoped)

◆ SetType()

nsresult nsIDOMHTMLStyleElement::SetType ( const nsAString aType)

The documentation for this interface was generated from the following file: