Class Ruleset
java.lang.Object
org.openpdf.css.sheet.Ruleset
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final StylesheetInfo.Originprivate final List<PropertyDeclaration> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAllProperties(List<PropertyDeclaration> props) voidaddFSSelector(Selector selector) voidReturns an Iterator of PropertyDeclarations pulled from this CSSStyleRule.toString()
-
Field Details
-
_origin
-
_props
-
_fsSelectors
-
-
Constructor Details
-
Ruleset
-
-
Method Details
-
getPropertyDeclarations
Returns an Iterator of PropertyDeclarations pulled from this CSSStyleRule.- Returns:
- The propertyDeclarations value
-
addProperty
-
addAllProperties
-
addFSSelector
-
getFSSelectors
-
getOrigin
-
toString
-