org.apache.batik.css.engine
Class ImportRule
public
class
ImportRule
extends MediaRule
This class represents a @import CSS rule.
| Field Summary |
| static short | TYPE
The type constant. |
| protected URL | uri
The URI of the imported stylesheet. |
| Method Summary |
| short | getType()
Returns a constant identifying the rule type. |
| URL | getURI()
Returns the URI of the imported stylesheet. |
| void | setURI(URL u)
Sets the URI of the imported stylesheet. |
| String | toString(CSSEngine eng)
Returns a printable representation of this import rule. |
public static final short TYPE
The type constant.
protected URL uri
The URI of the imported stylesheet.
public short getType()
Returns a constant identifying the rule type.
public URL getURI()
Returns the URI of the imported stylesheet.
public void setURI(URL u)
Sets the URI of the imported stylesheet.
Returns a printable representation of this import rule.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.