Uses of Class
org.pentaho.reporting.libraries.css.model.StyleKeyRegistry
Package
Description
-
Uses of StyleKeyRegistry in org.pentaho.reporting.libraries.css.dom
Modifier and TypeMethodDescriptionDocumentContext.getStyleKeyRegistry()
Returns the style-key registry that holds all known stylekeys that might be encountered during the parsing. -
Uses of StyleKeyRegistry in org.pentaho.reporting.libraries.css.model
Modifier and TypeMethodDescriptionstatic StyleKeyRegistry
StyleKeyRegistry.getRegistry()
StyleRule.getStyleKeyRegistry()
StyleSheet.getStyleKeyRegistry()
-
Uses of StyleKeyRegistry in org.pentaho.reporting.libraries.css.parser
Modifier and TypeMethodDescriptionvoid
StyleSheetHandler.init
(StyleKeyRegistry styleKeyRegistry, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, org.pentaho.reporting.libraries.resourceloader.ResourceKey source, long version, StyleRule parentRule) StyleSheetParserUtil.parseStyleRule
(Map namespaces, String styleText, org.pentaho.reporting.libraries.resourceloader.ResourceKey baseURL, CSSDeclarationRule baseRule, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, StyleKeyRegistry styleKeyRegistry) Parses a style rule.StyleSheetParserUtil.parseStyles
(Map namespaces, String name, String value, org.pentaho.reporting.libraries.resourceloader.ResourceKey baseURL, CSSDeclarationRule baseRule, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, StyleKeyRegistry styleKeyRegistry) Parses a style value.StyleSheetParserUtil.parseStyles
(Map namespaces, String name, String value, org.pentaho.reporting.libraries.resourceloader.ResourceKey baseURL, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, StyleKeyRegistry styleKeyRegistry) Parses a style value.StyleSheetParserUtil.parseStyleValue
(Map namespaces, StyleKey key, String value, org.pentaho.reporting.libraries.resourceloader.ResourceKey baseURL, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, StyleKeyRegistry styleKeyRegistry) Parses a single style value for the given key.void
CSSParserContext.setStyleKeyRegistry
(StyleKeyRegistry styleKeyRegistry)