Package org.apache.batik.css.engine
Class ImportRule
- java.lang.Object
-
- org.apache.batik.css.engine.StyleSheet
-
- org.apache.batik.css.engine.MediaRule
-
- org.apache.batik.css.engine.ImportRule
-
-
Constructor Summary
Constructors Constructor Description ImportRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.java.lang.String
toString(CSSEngine eng)
Returns a printable representation of this import rule.-
Methods inherited from class org.apache.batik.css.engine.MediaRule
getMediaList, setMediaList
-
Methods inherited from class org.apache.batik.css.engine.StyleSheet
append, clear, getMedia, getParent, getRule, getSize, getTitle, isAlternate, setAlternate, setMedia, setParent, setTitle
-
-
-
-
Field Detail
-
TYPE
public static final short TYPE
The type constant.- See Also:
- Constant Field Values
-
uri
protected ParsedURL uri
The URI of the imported stylesheet.
-
-