Method Summary |
|
public String | getRelativeUri() Return the relative URL this stylesheet is referred to
by the import rule. |
public short | getType() Returns a constant identifying the rule type. |
public URL | getURI() Returns the URI of the imported stylesheet. |
public void | setRelativeUri(String relUri) |
public void | setURI(URL u) Sets the URI of the imported stylesheet. |
public String | toString(CSSEngine eng) Returns a printable representation of this import rule. |