CssInheritanceRules
public 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)
CssInheritanceRules
inheritCssTag
in interface CssInheritanceRules
tag
- the tagpublic boolean inheritCssSelector(Tag tag, java.lang.String key)
CssInheritanceRules
inheritCssSelector
in interface CssInheritanceRules
tag
- the tagkey
- the css propertyCopyright © 1998–2018. All rights reserved.