Package com.openhtmltopdf.css.newmatch
Class Condition.UnsupportedCondition
java.lang.Object
com.openhtmltopdf.css.newmatch.Condition
com.openhtmltopdf.css.newmatch.Condition.UnsupportedCondition
- Enclosing class:
Condition
represents unsupported (or invalid) css, never matches
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
matches
(Object e, AttributeResolver attRes, TreeResolver treeRes) (package private) void
toCSS
(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