Uses of Class
org.xhtmlrenderer.css.sheet.Ruleset
Packages that use Ruleset
Package
Description
-
Uses of Ruleset in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context that return RulesetModifier and TypeMethodDescriptionStylesheetFactoryImpl.parseStyleDeclaration
(StylesheetInfo.Origin origin, String styleDeclaration) -
Uses of Ruleset in org.xhtmlrenderer.css.extend
Methods in org.xhtmlrenderer.css.extend that return RulesetModifier and TypeMethodDescriptionStylesheetFactory.parseStyleDeclaration
(StylesheetInfo.Origin origin, String style) -
Uses of Ruleset in org.xhtmlrenderer.css.newmatch
Fields in org.xhtmlrenderer.css.newmatch declared as RulesetMethods in org.xhtmlrenderer.css.newmatch that return RulesetModifier and TypeMethodDescriptionprivate Ruleset
Matcher.getElementStyle
(Node e) private Ruleset
Matcher.getNonCssStyle
(Node e) Selector.getRuleset()
get the Ruleset that this Selector is part ofMethods in org.xhtmlrenderer.css.newmatch with parameters of type Ruleset -
Uses of Ruleset in org.xhtmlrenderer.css.parser
Methods in org.xhtmlrenderer.css.parser that return RulesetModifier and TypeMethodDescriptionCSSParser.parseDeclaration
(StylesheetInfo.Origin origin, String text) Methods in org.xhtmlrenderer.css.parser with parameters of type RulesetModifier and TypeMethodDescriptionprivate void
CSSParser.declaration
(Ruleset ruleset, boolean inFontFace) private void
CSSParser.declaration_list
(Ruleset ruleset, boolean expectEOF, boolean expectAtRule, boolean inFontFace) private void
private Selector
CSSParser.simple_selector
(Ruleset ruleset) -
Uses of Ruleset in org.xhtmlrenderer.css.sheet
Fields in org.xhtmlrenderer.css.sheet declared as RulesetModifier and TypeFieldDescriptionprivate Ruleset
FontFaceRule._ruleset
private final Ruleset
PageRule._ruleset
Fields in org.xhtmlrenderer.css.sheet with type parameters of type RulesetMethods in org.xhtmlrenderer.css.sheet that return RulesetMethods in org.xhtmlrenderer.css.sheet that return types with arguments of type RulesetMethods in org.xhtmlrenderer.css.sheet with parameters of type RulesetModifier and TypeMethodDescriptionvoid
FontFaceRule.addContent
(Ruleset ruleset) void
MediaRule.addContent
(Ruleset ruleset) void
PageRule.addContent
(Ruleset ruleset) void
RulesetContainer.addContent
(Ruleset ruleset) void
Stylesheet.addContent
(Ruleset ruleset) Constructors in org.xhtmlrenderer.css.sheet with parameters of type RulesetModifierConstructorDescriptionPageRule
(StylesheetInfo.Origin origin, @Nullable String name, @Nullable String pseudoPage, Map<MarginBoxName, List<PropertyDeclaration>> marginBoxes, Ruleset ruleset)