public class CssPageTypeSelectorItem extends Object implements ICssSelectorItem
ICssSelectorItem implementation for page type selectors.| Constructor and Description |
|---|
CssPageTypeSelectorItem(String pageTypeName)
Creates a new
CssPageTypeSelectorItem instance. |
| Modifier and Type | Method and Description |
|---|---|
int |
getSpecificity()
Gets the specificity.
|
boolean |
matches(INode node)
Checks if the selector matches an element.
|
public CssPageTypeSelectorItem(String pageTypeName)
CssPageTypeSelectorItem instance.pageTypeName - the page type namepublic int getSpecificity()
ICssSelectorItemgetSpecificity in interface ICssSelectorItempublic boolean matches(INode node)
ICssSelectorItemmatches in interface ICssSelectorItemnode - the elementCopyright © 1998–2018 iText Group NV. All rights reserved.