Class DocumentCSSImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.DocumentCSSImpl
- All Implemented Interfaces:
ExtendedDocumentCSS,DocumentCSS,DocumentStyle
w3c
DocumentCSS implementation.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.e4.ui.css.core.dom.ExtendedDocumentCSS
ExtendedDocumentCSS.StyleSheetChangeListener -
Field Summary
Fields inherited from interface org.eclipse.e4.ui.css.core.dom.ExtendedDocumentCSS
OTHER_SAC_CONDITIONAL_SELECTOR, OTHER_SAC_SELECTOR, SAC_CLASS_CONDITION, SAC_ID_CONDITION, SAC_PSEUDO_CLASS_CONDITION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddStyleSheet(StyleSheet styleSheet) voidprotected List<?> getCSSStyleDeclarationList(int selectorType, int conditionType) protected IntegergetKey(int selectorType, int conditionType) getOverrideStyle(Element element, String s) List<?> queryConditionSelector(int conditionType) List<?> querySelector(int selectorType, int conditionType) protected List<org.w3c.css.sac.Selector> querySelector(CSSRuleList ruleList, int selectorType, int selectorConditionType) voidvoidprotected voidsetCSSStyleDeclarationList(List<?> list, int selectorType, int conditionType)
-
Constructor Details
-
DocumentCSSImpl
public DocumentCSSImpl()
-
-
Method Details
-
getStyleSheets
- Specified by:
getStyleSheetsin interfaceDocumentStyle
-
getOverrideStyle
- Specified by:
getOverrideStylein interfaceDocumentCSS
-
addStyleSheet
- Specified by:
addStyleSheetin interfaceExtendedDocumentCSS
-
removeAllStyleSheets
public void removeAllStyleSheets()- Specified by:
removeAllStyleSheetsin interfaceExtendedDocumentCSS
-
queryConditionSelector
- Specified by:
queryConditionSelectorin interfaceExtendedDocumentCSS
-
querySelector
- Specified by:
querySelectorin interfaceExtendedDocumentCSS
-
querySelector
protected List<org.w3c.css.sac.Selector> querySelector(CSSRuleList ruleList, int selectorType, int selectorConditionType) -
getCSSStyleDeclarationList
-
setCSSStyleDeclarationList
-
getKey
-
getStyleDeclarationMap
-
addStyleSheetChangeListener
- Specified by:
addStyleSheetChangeListenerin interfaceExtendedDocumentCSS
-
removeStyleSheetChangeListener
- Specified by:
removeStyleSheetChangeListenerin interfaceExtendedDocumentCSS
-