API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.css. CSSImportRule View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 CSSRule
      CSSImportRule
Subinterfaces
Description
public interface CSSImportRule
  The CSSImportRule interface represents a @import rule within a CSS style sheet.
See also:   
Methods
Hide/Show inherited methods
public String getHref ()
  The location of the style sheet to be imported.
public MediaList getMedia ()
A list of media types for which this style sheet may be used.
public CSSStyleSheet getStyleSheet ()
  The style sheet referred to by this rule, if it has been loaded.
Fields
Hide/Show inherited fields
publicfinalstatic short CHARSET_RULE = "2" [Inherited From CSSRule]
The rule is a CSSCharsetRule.
publicfinalstatic short FONT_FACE_RULE = "5" [Inherited From CSSRule]
The rule is a CSSFontFaceRule.
publicfinalstatic short IMPORT_RULE = "3" [Inherited From CSSRule]
The rule is a CSSImportRule.
publicfinalstatic short MEDIA_RULE = "4" [Inherited From CSSRule]
The rule is a CSSMediaRule.
publicfinalstatic short PAGE_RULE = "6" [Inherited From CSSRule]
The rule is a CSSPageRule.
publicfinalstatic short STYLE_RULE = "1" [Inherited From CSSRule]
The rule is a CSSStyleRule.
publicfinalstatic short UNKNOWN_RULE = "0" [Inherited From CSSRule]
The rule is a CSSUnknownRule.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar