Package com.openhtmltopdf.css.newmatch
Class Condition.ClassCondition
- java.lang.Object
-
- com.openhtmltopdf.css.newmatch.Condition
-
- com.openhtmltopdf.css.newmatch.Condition.ClassCondition
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
_paddedClassName
-
Constructor Summary
Constructors Constructor Description ClassCondition(java.lang.String className)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
matches(java.lang.Object e, AttributeResolver attRes, TreeResolver treeRes)
void
toCSS(java.lang.StringBuilder sb)
-
Methods inherited from class com.openhtmltopdf.css.newmatch.Condition
createAttributeEqualsCondition, createAttributeExistsCondition, createAttributeMatchesFirstPartCondition, createAttributeMatchesListCondition, createAttributePrefixCondition, createAttributeSubstringCondition, createAttributeSuffixCondition, createClassCondition, createEvenChildCondition, createFirstChildCondition, createIDCondition, createLangCondition, createLastChildCondition, createLinkCondition, createNthChildCondition, createOddChildCondition, createUnsupportedCondition
-
-
-
-
Method Detail
-
matches
boolean matches(java.lang.Object e, AttributeResolver attRes, TreeResolver treeRes)
-
-