Package com.openhtmltopdf.css.newmatch
Class Condition.AttributeMatchesListCondition
java.lang.Object
com.openhtmltopdf.css.newmatch.Condition
com.openhtmltopdf.css.newmatch.Condition.AttributeCompareCondition
com.openhtmltopdf.css.newmatch.Condition.AttributeMatchesListCondition
- Enclosing class:
Condition
private static class Condition.AttributeMatchesListCondition
extends Condition.AttributeCompareCondition
-
Field Summary
Fields inherited from class com.openhtmltopdf.css.newmatch.Condition.AttributeCompareCondition
_name, _namespaceURI, _value
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeMatchesListCondition
(String namespaceURI, String name, String value) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
(package private) void
toCSS
(StringBuilder sb) Methods inherited from class com.openhtmltopdf.css.newmatch.Condition.AttributeCompareCondition
matches, toCSS
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
-
Constructor Details
-
AttributeMatchesListCondition
-
-
Method Details
-
compare
- Specified by:
compare
in classCondition.AttributeCompareCondition
-
toCSS
-