CssInheritanceRulespublic class DefaultCssInheritanceRules extends java.lang.Object implements CssInheritanceRules
| Constructor | Description |
|---|---|
DefaultCssInheritanceRules() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
inheritCssSelector(Tag tag,
java.lang.String key) |
Validate inheritance of any CSS property for the given tag.
|
boolean |
inheritCssTag(java.lang.String tag) |
Validate inheritance of parent tag CSS.
|
public boolean inheritCssTag(java.lang.String tag)
CssInheritanceRulesinheritCssTag in interface CssInheritanceRulestag - the tagpublic boolean inheritCssSelector(Tag tag, java.lang.String key)
CssInheritanceRulesinheritCssSelector in interface CssInheritanceRulestag - the tagkey - the css propertyCopyright © 1998–2018. All rights reserved.