Class CssPseudoClassSelectorItem.AlwaysNotApplySelectorItem
- java.lang.Object
-
- com.itextpdf.styledxmlparser.css.selector.item.CssPseudoClassSelectorItem
-
- com.itextpdf.styledxmlparser.css.selector.item.CssPseudoClassSelectorItem.AlwaysNotApplySelectorItem
-
- All Implemented Interfaces:
ICssSelectorItem
- Enclosing class:
- CssPseudoClassSelectorItem
private static class CssPseudoClassSelectorItem.AlwaysNotApplySelectorItem extends CssPseudoClassSelectorItem
-
-
Field Summary
-
Fields inherited from class com.itextpdf.styledxmlparser.css.selector.item.CssPseudoClassSelectorItem
arguments
-
-
Constructor Summary
Constructors Constructor Description AlwaysNotApplySelectorItem(java.lang.String pseudoClass, java.lang.String arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(INode node)Checks if the selector matches an element.-
Methods inherited from class com.itextpdf.styledxmlparser.css.selector.item.CssPseudoClassSelectorItem
create, create, getPseudoClass, getSpecificity, toString
-
-
-
-
Method Detail
-
matches
public boolean matches(INode node)
Description copied from interface:ICssSelectorItemChecks if the selector matches an element.- Specified by:
matchesin interfaceICssSelectorItem- Overrides:
matchesin classCssPseudoClassSelectorItem- Parameters:
node- the element- Returns:
- true, if there's a match
-
-