public class CssIdSelectorItem extends Object implements ICssSelectorItem
ICssSelectorItem implementation for id selectors.
| Constructor and Description |
|---|
CssIdSelectorItem(String id)
Creates a new CssIdSelectorItem instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSpecificity()
Gets the specificity.
|
boolean |
matches(INode node)
Checks if the selector matches an element.
|
String |
toString() |
public CssIdSelectorItem(String id)
CssIdSelectorItem instance.
id - the id
public int getSpecificity()
ICssSelectorItem
getSpecificity in interface ICssSelectorItem
public boolean matches(INode node)
ICssSelectorItem
matches in interface ICssSelectorItem
node - the element
Copyright © 1998–2019 iText Group NV. All rights reserved.