ReactOS 0.4.15-dev-7934-g1dc8d80
nsIDOMStyleSheet Interface Reference
Inheritance diagram for nsIDOMStyleSheet:
Collaboration diagram for nsIDOMStyleSheet:

Public Member Functions

nsresult GetType (nsAString *aType)
 
nsresult GetDisabled (bool *aDisabled)
 
nsresult SetDisabled (bool aDisabled)
 
nsresult GetOwnerNode (nsIDOMNode **aOwnerNode)
 
nsresult GetParentStyleSheet (nsIDOMStyleSheet **aParentStyleSheet)
 
nsresult GetHref (nsAString *aHref)
 
nsresult GetTitle (nsAString *aTitle)
 
nsresult GetMedia (nsIDOMMediaList **aMedia)
 
- Public Member Functions inherited from nsISupports
nsresult QueryInterface (nsIIDRef riid, void **result)
 
nsrefcnt AddRef ()
 
nsrefcnt Release ()
 

Detailed Description

Definition at line 810 of file nsiface.idl.

Member Function Documentation

◆ GetDisabled()

nsresult nsIDOMStyleSheet::GetDisabled ( bool aDisabled)

◆ GetHref()

nsresult nsIDOMStyleSheet::GetHref ( nsAString aHref)

◆ GetMedia()

nsresult nsIDOMStyleSheet::GetMedia ( nsIDOMMediaList **  aMedia)

◆ GetOwnerNode()

nsresult nsIDOMStyleSheet::GetOwnerNode ( nsIDOMNode **  aOwnerNode)

◆ GetParentStyleSheet()

nsresult nsIDOMStyleSheet::GetParentStyleSheet ( nsIDOMStyleSheet **  aParentStyleSheet)

◆ GetTitle()

nsresult nsIDOMStyleSheet::GetTitle ( nsAString aTitle)

◆ GetType()

nsresult nsIDOMStyleSheet::GetType ( nsAString aType)

◆ SetDisabled()

nsresult nsIDOMStyleSheet::SetDisabled ( bool  aDisabled)

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