-
-
字段汇总
-
Fields declared in interface org.w3c.dom.css.CSSRule
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE
-
-
方法摘要
所有方法 实例方法 抽象方法 变量和类型 方法 描述 String
getSelectorText()
规则集的选择器的文本表示。CSSStyleDeclaration
getStyle()
此规则集的声明块。void
setSelectorText(String selectorText)
规则集的选择器的文本表示。-
声明方法的接口 org.w3c.dom.css.CSSRule
getCssText, getParentRule, getParentStyleSheet, getType, setCssText
-
-
-
-
方法详细信息
-
getSelectorText
String getSelectorText()
规则集的选择器的文本表示。 实现可能在解析选择器时剥离了无关紧要的空格。
-
setSelectorText
void setSelectorText(String selectorText) throws DOMException
规则集的选择器的文本表示。 实现可能在解析选择器时剥离了无关紧要的空格。- 异常
-
DOMException
- SYNTAX_ERR:如果指定的CSS字符串值具有语法错误且不可DOMException
此异常。
NO_MODIFICATION_ALLOWED_ERR:如果此规则是只读的,则引发此异常。
-
getStyle
CSSStyleDeclaration getStyle()
此规则集的声明块。
-
-