Modifier and Type | Field and Description |
---|---|
static short |
TYPE
The type constant.
|
protected ParsedURL |
uri
The URI of the imported stylesheet.
|
Constructor and Description |
---|
ImportRule() |
Modifier and Type | Method and 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.
|
getMediaList, setMediaList
append, clear, getMedia, getParent, getRule, getSize, getTitle, isAlternate, setAlternate, setMedia, setParent, setTitle
public static final short TYPE
protected ParsedURL uri
Copyright © 2022 Apache Software Foundation. All Rights Reserved.