Package com.openhtmltopdf.css.newmatch
Class Condition.OddChildCondition
- java.lang.Object
-
- com.openhtmltopdf.css.newmatch.Condition
-
- com.openhtmltopdf.css.newmatch.Condition.OddChildCondition
-
-
Constructor Summary
Constructors Constructor Description OddChildCondition()
-
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)
(package private) 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)
-
-