Class CssIdSelectorItem
java.lang.Object
com.itextpdf.styledxmlparser.css.selector.item.CssIdSelectorItem
- All Implemented Interfaces:
ICssSelectorItem
ICssSelectorItem implementation for id selectors.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the specificity.booleanChecks if the selector matches an element.toString()
-
Field Details
-
id
The id.
-
-
Constructor Details
-
CssIdSelectorItem
Creates a newCssIdSelectorIteminstance.- Parameters:
id- the id
-
-
Method Details
-
getSpecificity
public int getSpecificity()Description copied from interface:ICssSelectorItemGets the specificity.- Specified by:
getSpecificityin interfaceICssSelectorItem- Returns:
- the specificity
-
matches
Description copied from interface:ICssSelectorItemChecks if the selector matches an element.- Specified by:
matchesin interfaceICssSelectorItem- Parameters:
node- the element- Returns:
- true, if there's a match
-
toString
-