Package com.openhtmltopdf.css.newmatch
Class Condition.AttributeMatchesFirstPartCondition
- java.lang.Object
-
- com.openhtmltopdf.css.newmatch.Condition
-
- com.openhtmltopdf.css.newmatch.Condition.AttributeCompareCondition
-
- com.openhtmltopdf.css.newmatch.Condition.AttributeMatchesFirstPartCondition
-
- Enclosing class:
- Condition
private static class Condition.AttributeMatchesFirstPartCondition extends Condition.AttributeCompareCondition
-
-
Field Summary
-
Fields inherited from class com.openhtmltopdf.css.newmatch.Condition.AttributeCompareCondition
_name, _namespaceURI, _value
-
-
Constructor Summary
Constructors Constructor Description AttributeMatchesFirstPartCondition(java.lang.String namespaceURI, java.lang.String name, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
compare(java.lang.String attrValue, java.lang.String conditionValue)
(package private) void
toCSS(java.lang.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
-
-
-
-
Method Detail
-
compare
protected boolean compare(java.lang.String attrValue, java.lang.String conditionValue)
- Specified by:
compare
in classCondition.AttributeCompareCondition
-
-