Package com.openhtmltopdf.css.newmatch
Class Condition.AttributeExistsCondition
java.lang.Object
com.openhtmltopdf.css.newmatch.Condition
com.openhtmltopdf.css.newmatch.Condition.AttributeCompareCondition
com.openhtmltopdf.css.newmatch.Condition.AttributeExistsCondition
- Enclosing class:
Condition
-
Field Summary
Fields inherited from class com.openhtmltopdf.css.newmatch.Condition.AttributeCompareCondition
_name, _namespaceURI, _value
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
(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.AttributeCompareCondition
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
-
AttributeExistsCondition
-
-
Method Details
-
matches
- Overrides:
matches
in classCondition.AttributeCompareCondition
-
compare
- Specified by:
compare
in classCondition.AttributeCompareCondition
-
toCSS
-