org.apache.batik.css.engine
public class ImportRule extends MediaRule
Field Summary | |
---|---|
static short | TYPE
The type constant. |
protected ParsedURL | uri
The URI of the imported stylesheet. |
Method Summary | |
---|---|
short | getType()
Returns a constant identifying the rule type. |
ParsedURL | getURI()
Returns the URI of the imported stylesheet. |
void | setURI(ParsedURL u)
Sets the URI of the imported stylesheet. |
String | toString(CSSEngine eng)
Returns a printable representation of this import rule. |