Class AbstractCSSRuleImpl
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.dom.AbstractCSSRuleImpl
- All Implemented Interfaces:
Serializable, Locatable
- Direct Known Subclasses:
CSSCharsetRuleImpl, CSSFontFaceRuleImpl, CSSImportRuleImpl, CSSMediaRuleImpl, CSSPageRuleImpl, CSSStyleRuleImpl, CSSUnknownRuleImpl
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractCSSRuleImpl(CSSStyleSheetImpl parentStyleSheet, AbstractCSSRuleImpl parentRule) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract StringinthashCode()abstract voidsetCssText(String cssText) Sets the css text.voidsetParentRule(AbstractCSSRuleImpl parentRule) Sets the parent rule.voidsetParentStyleSheet(CSSStyleSheetImpl parentStyleSheet) Sets the parent style sheet.Methods inherited from class AbstractLocatable
getLocator, setLocator
-
Field Details
-
parentStyleSheet_
-
parentRule_
-
-
Constructor Details
-
AbstractCSSRuleImpl
Ctor.- Parameters:
parentStyleSheet- the parent style sheetparentRule- the parent rule
-
-
Method Details
-
getCssText
- Returns:
- the current css text
-
setCssText
Sets the css text.- Parameters:
cssText- the new css text
-
setParentStyleSheet
Sets the parent style sheet.- Parameters:
parentStyleSheet- the new parent style sheet
-
setParentRule
Sets the parent rule.- Parameters:
parentRule- the new parent rule
-
getParentStyleSheet
- Returns:
- the parent style sheet
-
getParentRule
- Returns:
- the parent rule
-
equals
-
hashCode
-