public class CssTagSelectorItem extends Object implements ICssSelectorItem
ICssSelectorItem implementation for tag selectors.
| Constructor and Description |
|---|
CssTagSelectorItem(String tagName)
Creates a new CssTagSelectorItem 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 CssTagSelectorItem(String tagName)
CssTagSelectorItem instance.
tagName - the tag name
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.