Uses of Interface
org.w3c.dom.css.CSSRule
-
Packages that use CSSRule 软件包 描述 org.w3c.dom.css 提供DOM Level 2 Style Specification的界面。 -
-
Uses of CSSRule in org.w3c.dom.css
Subinterfaces of CSSRule in org.w3c.dom.css Modifier and Type 接口 描述 interfaceCSSCharsetRuleCSSCharsetRule接口代表CSS样式表中的@charset规则。interfaceCSSFontFaceRuleCSSFontFaceRule接口表示CSS样式表中的@ font-face规则。interfaceCSSImportRuleCSSImportRule接口表示CSS样式表中的@import规则。interfaceCSSMediaRuleCSSMediaRule接口表示CSS样式表中的@media规则。interfaceCSSPageRuleCSSPageRule接口表示CSS样式表中的@page规则。interfaceCSSStyleRuleCSSStyleRule接口表示CSS样式表中的单个规则集。interfaceCSSUnknownRuleCSSUnknownRule接口代表此用户代理不支持的规则。Methods in org.w3c.dom.css that return CSSRule Modifier and Type 方法 描述 CSSRuleCSSStyleSheet. getOwnerRule()如果此样式表来自@import规则,则ownerRule属性将包含CSSImportRule。CSSRuleCSSRule. getParentRule()如果此规则包含在另一个规则中(例如@media块中的样式规则),则这是包含规则。CSSRuleCSSStyleDeclaration. getParentRule()包含此声明块的CSS规则或null如果此CSSStyleDeclaration未附加到CSSRule。CSSRuleCSSRuleList. item(int index)用于通过序数索引检索CSS规则。
-