com.steadystate.css.dom

Class CSSImportRuleImpl

Implemented Interfaces:
CSSImportRule, CSSRule, Serializable

public class CSSImportRuleImpl
extends java.lang.Object
implements CSSImportRule, Serializable

TODO: Implement getStyleSheet()
Version:
$Release$
Author:
David Schweinsberg

Fields inherited from interface org.w3c.dom.css.CSSRule

CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE

Constructor Summary

CSSImportRuleImpl(CSSStyleSheetImpl parentStyleSheet, CSSRule parentRule, String href, MediaList media)

Method Summary

String
getCssText()
String
getHref()
MediaList
getMedia()
CSSRule
getParentRule()
CSSStyleSheet
getParentStyleSheet()
CSSStyleSheet
getStyleSheet()
short
getType()
void
setCssText(String cssText)
String
toString()

Constructor Details

CSSImportRuleImpl

public CSSImportRuleImpl(CSSStyleSheetImpl parentStyleSheet,
                         CSSRule parentRule,
                         String href,
                         MediaList media)

Method Details

getCssText

public String getCssText()
Specified by:
getCssText in interface CSSRule

getHref

public String getHref()
Specified by:
getHref in interface CSSImportRule

getMedia

public MediaList getMedia()
Specified by:
getMedia in interface CSSImportRule

getParentRule

public CSSRule getParentRule()
Specified by:
getParentRule in interface CSSRule

getParentStyleSheet

public CSSStyleSheet getParentStyleSheet()
Specified by:
getParentStyleSheet in interface CSSRule

getStyleSheet

public CSSStyleSheet getStyleSheet()
Specified by:
getStyleSheet in interface CSSImportRule

getType

public short getType()
Specified by:
getType in interface CSSRule

setCssText

public void setCssText(String cssText)
            throws DOMException
Specified by:
setCssText in interface CSSRule

toString

public String toString()