Package org.loboevolution.html.js.css
Class CSSStyleSheetImpl
java.lang.Object
org.loboevolution.html.js.css.StyleSheetImpl
org.loboevolution.html.js.css.CSSStyleSheetImpl
- All Implemented Interfaces:
CSSStyleSheet,StyleSheet
CSSStyleSheetImpl class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteRule(int index) getCssRules.getCssRules.getOwnerRule.longinsertRule(String rule, int index) getCssRules.voidsetDisabled(boolean disabled) toString()Methods inherited from class org.loboevolution.html.js.css.StyleSheetImpl
getDisabled, getHref, getMedia, getType, parentStyleSheetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.loboevolution.css.StyleSheet
getDisabled, getHref, getMedia, getOwnerNode, getType, parentStyleSheet
-
Constructor Details
-
CSSStyleSheetImpl
-
-
Method Details
-
getOwnerRule
getOwnerRule.
- Specified by:
getOwnerRulein interfaceCSSStyleSheet- Returns:
- a
CSSRuleobject.
-
getCssRules
getCssRules.
- Specified by:
getCssRulesin interfaceCSSStyleSheet- Returns:
- a
CSSRuleListobject.
-
insertRule
getCssRules.
- Specified by:
insertRulein interfaceCSSStyleSheet- Parameters:
rule- aStringobject.index- aIntegerobject.- Returns:
- a
Longobject.
-
deleteRule
public void deleteRule(int index) getCssRules.
- Specified by:
deleteRulein interfaceCSSStyleSheet- Parameters:
index- aIntegerobject.
-
setDisabled
public void setDisabled(boolean disabled) -
toString
- Overrides:
toStringin classStyleSheetImpl
-