Package com.itextpdf.tool.xml.css.parser
Class CssSelectorParser.CssAttributeSelector
java.lang.Object
com.itextpdf.tool.xml.css.parser.CssSelectorParser.CssAttributeSelector
- All Implemented Interfaces:
CssSelectorItem
- Enclosing class:
- CssSelectorParser
-
Field Details
-
property
-
matchSymbol
private char matchSymbol -
value
-
-
Constructor Details
-
CssAttributeSelector
CssAttributeSelector(String attrSelector)
-
-
Method Details
-
getSeparator
public char getSeparator()- Specified by:
getSeparator
in interfaceCssSelectorItem
-
matches
- Specified by:
matches
in interfaceCssSelectorItem
-
getSpecificity
public int getSpecificity()- Specified by:
getSpecificity
in interfaceCssSelectorItem
-
toString
-